Shades of Rosy Brown #BD8988
Tints of Rosy Brown #BD8988
RGB
CMYK
RGB Variations
Color information
#BD8988 (or 0xBD8988) is known color: Rosy Brown. HEX triplet: BD, 89 and 88. RGB value is (189,137,136). Sum of RGB (Red+Green+Blue) = 189+137+136=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8988 is #427677. Grayscale: #989898. Windows color (decimal): -4355704 or 8948157. OLE color: 8948157.
HSL color Cylindrical-coordinate representation of color #BD8988: hue angle of 1.13º 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 #BD8988 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 136 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.26 |
| HSL | 1.13º | 0.29% | 0.64% | - |
| HSV(B) | 1.13º | 0.28% | 0.74% | - |
| XYZ | 34.38 | 30.49 | 27.37 | - |
| YUV | 152.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 136 | 0 | 0.28 | 0.28 | 0.26 | 1.13 | 0.29 | 0.64 |
| Hex | BD | 89 | 88 | 0 | 1C | 1C | 1A | 1 | 1D | 40 |
| Octal | 275 | 211 | 210 | 0 | 34 | 34 | 32 | 1 | 35 | 100 |
| Binary | 10111101 | 10001001 | 10001000 | 0 | 11100 | 11100 | 11010 | 1 | 11101 | 1000000 |
Color Harmonies of #BD8988
Complementary color
Monochromatic Colors of #BD8988
Black with #BD8988
Text Example
Text Example
White with #BD8988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8988; }
p { color: rgb(189,137,136); }
H1.HeaderClassName
{
color: #BD8988;
}
.AnyTagClassName
{
color: #BD8988;
}
</style>
background-color css
<style>
a { background-color: #BD8988; }
a { background-color: rgb(189,137,136); }
div.DivClassName
{
background-color: #BD8988;
}
.BgClassName
{
background-color: #BD8988;
}
</style>
border-color css
<style>
span { border-color: #BD8988; }
span { border-color: rgb(189,137,136); }
td.TdClassName
{
border-color: #BD8988;
}
.TagClassName
{
border-color: #BD8988;
}
</style>