Shades of Rosy Brown #BD9999
Tints of Rosy Brown #BD9999
RGB
CMYK
RGB Variations
Color information
#BD9999 (or 0xBD9999) is known color: Rosy Brown. HEX triplet: BD, 99 and 99. RGB value is (189,153,153). Sum of RGB (Red+Green+Blue) = 189+153+153=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9999 is #426666. Grayscale: #A3A3A3. Windows color (decimal): -4351591 or 10066365. OLE color: 10066365.
HSL color Cylindrical-coordinate representation of color #BD9999: hue angle of 0º 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 #BD9999 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 153 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.26 |
| HSL | 0º | 0.21% | 0.67% | - |
| HSV(B) | 0º | 0.19% | 0.74% | - |
| XYZ | 38.13 | 35.9 | 35.06 | - |
| YUV | 163.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 153 | 0 | 0.19 | 0.19 | 0.26 | 0 | 0.21 | 0.67 |
| Hex | BD | 99 | 99 | 0 | 13 | 13 | 1A | 0 | 15 | 43 |
| Octal | 275 | 231 | 231 | 0 | 23 | 23 | 32 | 0 | 25 | 103 |
| Binary | 10111101 | 10011001 | 10011001 | 0 | 10011 | 10011 | 11010 | 0 | 10101 | 1000011 |
Color Harmonies of #BD9999
Complementary color
Monochromatic Colors of #BD9999
Black with #BD9999
Text Example
Text Example
White with #BD9999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9999; }
p { color: rgb(189,153,153); }
H1.HeaderClassName
{
color: #BD9999;
}
.AnyTagClassName
{
color: #BD9999;
}
</style>
background-color css
<style>
a { background-color: #BD9999; }
a { background-color: rgb(189,153,153); }
div.DivClassName
{
background-color: #BD9999;
}
.BgClassName
{
background-color: #BD9999;
}
</style>
border-color css
<style>
span { border-color: #BD9999; }
span { border-color: rgb(189,153,153); }
td.TdClassName
{
border-color: #BD9999;
}
.TagClassName
{
border-color: #BD9999;
}
</style>