Shades of Rosy Brown #BD9A99
Tints of Rosy Brown #BD9A99
RGB
CMYK
RGB Variations
Color information
#BD9A99 (or 0xBD9A99) is known color: Rosy Brown. HEX triplet: BD, 9A and 99. RGB value is (189,154,153). Sum of RGB (Red+Green+Blue) = 189+154+153=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9A99 is #426566. Grayscale: #A4A4A4. Windows color (decimal): -4351335 or 10066621. OLE color: 10066621.
HSL color Cylindrical-coordinate representation of color #BD9A99: hue angle of 1.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9A99 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 153 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.26 |
| HSL | 1.67º | 0.21% | 0.67% | - |
| HSV(B) | 1.67º | 0.19% | 0.74% | - |
| XYZ | 38.29 | 36.23 | 35.11 | - |
| YUV | 164.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 153 | 0 | 0.19 | 0.19 | 0.26 | 1.67 | 0.21 | 0.67 |
| Hex | BD | 9A | 99 | 0 | 13 | 13 | 1A | 2 | 15 | 43 |
| Octal | 275 | 232 | 231 | 0 | 23 | 23 | 32 | 2 | 25 | 103 |
| Binary | 10111101 | 10011010 | 10011001 | 0 | 10011 | 10011 | 11010 | 10 | 10101 | 1000011 |
Color Harmonies of #BD9A99
Complementary color
Monochromatic Colors of #BD9A99
Black with #BD9A99
Text Example
Text Example
White with #BD9A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A99; }
p { color: rgb(189,154,153); }
H1.HeaderClassName
{
color: #BD9A99;
}
.AnyTagClassName
{
color: #BD9A99;
}
</style>
background-color css
<style>
a { background-color: #BD9A99; }
a { background-color: rgb(189,154,153); }
div.DivClassName
{
background-color: #BD9A99;
}
.BgClassName
{
background-color: #BD9A99;
}
</style>
border-color css
<style>
span { border-color: #BD9A99; }
span { border-color: rgb(189,154,153); }
td.TdClassName
{
border-color: #BD9A99;
}
.TagClassName
{
border-color: #BD9A99;
}
</style>