Color: #BF636E

#BF636E Color Information

#BF636E is a light color. The closest websafe version is #BF636E. A complement of this color would be #63BFB5, perceived brightness is 0.50, and the grayscale version is #919191.

In the HSL color space, this color has a hue angle of 353°,a saturation of 42%, and a lightness of 57%.The HSV representation shows a hue of 353°, a saturation of 100%, and a value of 100%.

In a RGB color space, #BF636E is composed of 75% red, 39% green and 43% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 48% magenta, 42% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 21.48, x: 0.4627, and y: 0.3341.

Color Code #BF636E

HEX
#BF636E
RGB
rgb(191, 99, 110)
HSL
hsl(353, 42%, 57%)
HSV
hsv(353, 48%, 75%)
CMYK
0%, 48%, 42%, 25%
XYZ
X: 29.75, Y: 21.48, Z: 13.07
Lab
L: 53.47, a: 38.43, b: 11.56
Name

Shades of Color #BF636E

Shades are created by darkening the original color #BF636E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #BF636E

Tints are created by lightening the original color #BF636E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #BF636E Color Code

In the HSL color space, this color has a hue angle of 353°, a saturation of 42%, and a lightness of 57%. The HSV representation shows a hue of 353°, a saturation of 48%, and a value of 75%.

  • HEX: #BF636E
  • RGB: rgb(191, 99, 110)
  • HSL: hsl(353, 42%, 57%)
  • HSV: hsv(353, 48%, 75%)
  • CMYK: 0.00% cyan, 48.00% magenta, 42.00% yellow, 25.00% black
  • XYZ: 29.75, 21.48, 13.07
  • Yxy: 21.48, 0.4627, 0.3341
  • Hunter Lab: 53.47, 38.43, 11.56
  • CIE-Lab: 53.47, 38.43, 11.56

In the XYZ color space, this color is represented as X: 29.75, Y: 21.48, Z: 13.07. The Yxy representation further refines this as Y: 21.48, x: 0.4627, and y: 0.3341.

In the Hunter Lab color space, this color is represented as L: 53.47, a: 38.43, and b: 11.56. Similarly, in the CIE-Lab color space, it is represented as L: 53.47, a: 38.43, and b: 11.56.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #BF636E

Triadic colors are three colors evenly spaced around the color wheel, including #BF636E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #BF636E

Analogous colors are adjacent to #BF636E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #BF636E

Monochromatic colors are variations of #BF636E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #BF636E

The complementary color of #BF636E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #BF636E

/* Using HEX */
body {
  background-color: #bf636e;
}
/* Using RGB */
body {
  background-color: rgb(191, 99, 110);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 99, 110, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(353, 42%, 57%);
}
/* Text color */
p {
  color: #bf636e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bf636e;
}

HTML Examples of #BF636E

<!-- Using HEX -->
<div style="background-color: #bf636e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(191, 99, 110); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(191, 99, 110, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(353, 42%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bf636e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bf636e; width: 100px; height: 100px;"></div>

Related Colors of #BF636E

These colors are similar to #BF636E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.