Shades of Rosy Brown #BD8F8C
Tints of Rosy Brown #BD8F8C
RGB
CMYK
RGB Variations
Color information
#BD8F8C (or 0xBD8F8C) is known color: Rosy Brown. HEX triplet: BD, 8F and 8C. RGB value is (189,143,140). Sum of RGB (Red+Green+Blue) = 189+143+140=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8F8C is #427073. Grayscale: #9C9C9C. Windows color (decimal): -4354164 or 9211837. OLE color: 9211837.
HSL color Cylindrical-coordinate representation of color #BD8F8C: hue angle of 3.67º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8F8C is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 140 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.26 |
| HSL | 3.67º | 0.27% | 0.65% | - |
| HSV(B) | 3.67º | 0.26% | 0.74% | - |
| XYZ | 35.54 | 32.36 | 29.18 | - |
| YUV | 156.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 140 | 0 | 0.24 | 0.26 | 0.26 | 3.67 | 0.27 | 0.65 |
| Hex | BD | 8F | 8C | 0 | 18 | 1A | 1A | 4 | 1B | 41 |
| Octal | 275 | 217 | 214 | 0 | 30 | 32 | 32 | 4 | 33 | 101 |
| Binary | 10111101 | 10001111 | 10001100 | 0 | 11000 | 11010 | 11010 | 100 | 11011 | 1000001 |
Color Harmonies of #BD8F8C
Complementary color
Monochromatic Colors of #BD8F8C
Black with #BD8F8C
Text Example
Text Example
White with #BD8F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F8C; }
p { color: rgb(189,143,140); }
H1.HeaderClassName
{
color: #BD8F8C;
}
.AnyTagClassName
{
color: #BD8F8C;
}
</style>
background-color css
<style>
a { background-color: #BD8F8C; }
a { background-color: rgb(189,143,140); }
div.DivClassName
{
background-color: #BD8F8C;
}
.BgClassName
{
background-color: #BD8F8C;
}
</style>
border-color css
<style>
span { border-color: #BD8F8C; }
span { border-color: rgb(189,143,140); }
td.TdClassName
{
border-color: #BD8F8C;
}
.TagClassName
{
border-color: #BD8F8C;
}
</style>