Shades of Rosy Brown #BD9895
Tints of Rosy Brown #BD9895
RGB
CMYK
RGB Variations
Color information
#BD9895 (or 0xBD9895) is known color: Rosy Brown. HEX triplet: BD, 98 and 95. RGB value is (189,152,149). Sum of RGB (Red+Green+Blue) = 189+152+149=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9895 is #42676A. Grayscale: #A2A2A2. Windows color (decimal): -4351851 or 9803965. OLE color: 9803965.
HSL color Cylindrical-coordinate representation of color #BD9895: hue angle of 4.5º 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 #BD9895 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 149 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.26 |
| HSL | 4.5º | 0.23% | 0.66% | - |
| HSV(B) | 4.5º | 0.21% | 0.74% | - |
| XYZ | 37.64 | 35.45 | 33.29 | - |
| YUV | 162.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 149 | 0 | 0.20 | 0.21 | 0.26 | 4.5 | 0.23 | 0.66 |
| Hex | BD | 98 | 95 | 0 | 14 | 15 | 1A | 4 | 17 | 42 |
| Octal | 275 | 230 | 225 | 0 | 24 | 25 | 32 | 4 | 27 | 102 |
| Binary | 10111101 | 10011000 | 10010101 | 0 | 10100 | 10101 | 11010 | 100 | 10111 | 1000010 |
Color Harmonies of #BD9895
Complementary color
Monochromatic Colors of #BD9895
Black with #BD9895
Text Example
Text Example
White with #BD9895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9895; }
p { color: rgb(189,152,149); }
H1.HeaderClassName
{
color: #BD9895;
}
.AnyTagClassName
{
color: #BD9895;
}
</style>
background-color css
<style>
a { background-color: #BD9895; }
a { background-color: rgb(189,152,149); }
div.DivClassName
{
background-color: #BD9895;
}
.BgClassName
{
background-color: #BD9895;
}
</style>
border-color css
<style>
span { border-color: #BD9895; }
span { border-color: rgb(189,152,149); }
td.TdClassName
{
border-color: #BD9895;
}
.TagClassName
{
border-color: #BD9895;
}
</style>