Shades of Rosy Brown #BD8888
Tints of Rosy Brown #BD8888
RGB
CMYK
RGB Variations
Color information
#BD8888 (or 0xBD8888) is known color: Rosy Brown. HEX triplet: BD, 88 and 88. RGB value is (189,136,136). Sum of RGB (Red+Green+Blue) = 189+136+136=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8888 is #427777. Grayscale: #979797. Windows color (decimal): -4355960 or 8947901. OLE color: 8947901.
HSL color Cylindrical-coordinate representation of color #BD8888: 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.28%. Process color model (Four color, CMYK) of #BD8888 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 136 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.26 |
| HSL | 0º | 0.29% | 0.64% | - |
| HSV(B) | 0º | 0.28% | 0.74% | - |
| XYZ | 34.23 | 30.2 | 27.32 | - |
| YUV | 151.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 136 | 0 | 0.28 | 0.28 | 0.26 | 0 | 0.29 | 0.64 |
| Hex | BD | 88 | 88 | 0 | 1C | 1C | 1A | 0 | 1D | 40 |
| Octal | 275 | 210 | 210 | 0 | 34 | 34 | 32 | 0 | 35 | 100 |
| Binary | 10111101 | 10001000 | 10001000 | 0 | 11100 | 11100 | 11010 | 0 | 11101 | 1000000 |
Color Harmonies of #BD8888
Complementary color
Monochromatic Colors of #BD8888
Black with #BD8888
Text Example
Text Example
White with #BD8888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8888; }
p { color: rgb(189,136,136); }
H1.HeaderClassName
{
color: #BD8888;
}
.AnyTagClassName
{
color: #BD8888;
}
</style>
background-color css
<style>
a { background-color: #BD8888; }
a { background-color: rgb(189,136,136); }
div.DivClassName
{
background-color: #BD8888;
}
.BgClassName
{
background-color: #BD8888;
}
</style>
border-color css
<style>
span { border-color: #BD8888; }
span { border-color: rgb(189,136,136); }
td.TdClassName
{
border-color: #BD8888;
}
.TagClassName
{
border-color: #BD8888;
}
</style>