Shades of Rosy Brown #BD9896
Tints of Rosy Brown #BD9896
RGB
CMYK
RGB Variations
Color information
#BD9896 (or 0xBD9896) is known color: Rosy Brown. HEX triplet: BD, 98 and 96. RGB value is (189,152,150). Sum of RGB (Red+Green+Blue) = 189+152+150=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9896 is #426769. Grayscale: #A2A2A2. Windows color (decimal): -4351850 or 9869501. OLE color: 9869501.
HSL color Cylindrical-coordinate representation of color #BD9896: hue angle of 3.08º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD9896 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 150 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.26 |
| HSL | 3.08º | 0.23% | 0.66% | - |
| HSV(B) | 3.08º | 0.21% | 0.74% | - |
| XYZ | 37.72 | 35.48 | 33.71 | - |
| YUV | 162.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 150 | 0 | 0.20 | 0.21 | 0.26 | 3.08 | 0.23 | 0.66 |
| Hex | BD | 98 | 96 | 0 | 14 | 15 | 1A | 3 | 17 | 42 |
| Octal | 275 | 230 | 226 | 0 | 24 | 25 | 32 | 3 | 27 | 102 |
| Binary | 10111101 | 10011000 | 10010110 | 0 | 10100 | 10101 | 11010 | 11 | 10111 | 1000010 |
Color Harmonies of #BD9896
Complementary color
Monochromatic Colors of #BD9896
Black with #BD9896
Text Example
Text Example
White with #BD9896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9896; }
p { color: rgb(189,152,150); }
H1.HeaderClassName
{
color: #BD9896;
}
.AnyTagClassName
{
color: #BD9896;
}
</style>
background-color css
<style>
a { background-color: #BD9896; }
a { background-color: rgb(189,152,150); }
div.DivClassName
{
background-color: #BD9896;
}
.BgClassName
{
background-color: #BD9896;
}
</style>
border-color css
<style>
span { border-color: #BD9896; }
span { border-color: rgb(189,152,150); }
td.TdClassName
{
border-color: #BD9896;
}
.TagClassName
{
border-color: #BD9896;
}
</style>