Shades of Rosy Brown #BD8787
Tints of Rosy Brown #BD8787
RGB
CMYK
RGB Variations
Color information
#BD8787 (or 0xBD8787) is known color: Rosy Brown. HEX triplet: BD, 87 and 87. RGB value is (189,135,135). Sum of RGB (Red+Green+Blue) = 189+135+135=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8787 is #427878. Grayscale: #979797. Windows color (decimal): -4356217 or 8882109. OLE color: 8882109.
HSL color Cylindrical-coordinate representation of color #BD8787: hue angle of 0º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD8787 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 135 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.26 |
| HSL | 0º | 0.29% | 0.64% | - |
| HSV(B) | 0º | 0.29% | 0.74% | - |
| XYZ | 34.02 | 29.9 | 26.9 | - |
| YUV | 151.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 135 | 0 | 0.29 | 0.29 | 0.26 | 0 | 0.29 | 0.64 |
| Hex | BD | 87 | 87 | 0 | 1D | 1D | 1A | 0 | 1D | 40 |
| Octal | 275 | 207 | 207 | 0 | 35 | 35 | 32 | 0 | 35 | 100 |
| Binary | 10111101 | 10000111 | 10000111 | 0 | 11101 | 11101 | 11010 | 0 | 11101 | 1000000 |
Color Harmonies of #BD8787
Complementary color
Monochromatic Colors of #BD8787
Black with #BD8787
Text Example
Text Example
White with #BD8787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8787; }
p { color: rgb(189,135,135); }
H1.HeaderClassName
{
color: #BD8787;
}
.AnyTagClassName
{
color: #BD8787;
}
</style>
background-color css
<style>
a { background-color: #BD8787; }
a { background-color: rgb(189,135,135); }
div.DivClassName
{
background-color: #BD8787;
}
.BgClassName
{
background-color: #BD8787;
}
</style>
border-color css
<style>
span { border-color: #BD8787; }
span { border-color: rgb(189,135,135); }
td.TdClassName
{
border-color: #BD8787;
}
.TagClassName
{
border-color: #BD8787;
}
</style>