Shades of Rosy Brown #BD9995
Tints of Rosy Brown #BD9995
RGB
CMYK
RGB Variations
Color information
#BD9995 (or 0xBD9995) is known color: Rosy Brown. HEX triplet: BD, 99 and 95. RGB value is (189,153,149). Sum of RGB (Red+Green+Blue) = 189+153+149=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9995 is #42666A. Grayscale: #A3A3A3. Windows color (decimal): -4351595 or 9804221. OLE color: 9804221.
HSL color Cylindrical-coordinate representation of color #BD9995: hue angle of 6º 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 #BD9995 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 149 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.26 |
| HSL | 6º | 0.23% | 0.66% | - |
| HSV(B) | 6º | 0.21% | 0.74% | - |
| XYZ | 37.8 | 35.77 | 33.35 | - |
| YUV | 163.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 149 | 0 | 0.19 | 0.21 | 0.26 | 6 | 0.23 | 0.66 |
| Hex | BD | 99 | 95 | 0 | 13 | 15 | 1A | 6 | 17 | 42 |
| Octal | 275 | 231 | 225 | 0 | 23 | 25 | 32 | 6 | 27 | 102 |
| Binary | 10111101 | 10011001 | 10010101 | 0 | 10011 | 10101 | 11010 | 110 | 10111 | 1000010 |
Color Harmonies of #BD9995
Complementary color
Monochromatic Colors of #BD9995
Black with #BD9995
Text Example
Text Example
White with #BD9995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9995; }
p { color: rgb(189,153,149); }
H1.HeaderClassName
{
color: #BD9995;
}
.AnyTagClassName
{
color: #BD9995;
}
</style>
background-color css
<style>
a { background-color: #BD9995; }
a { background-color: rgb(189,153,149); }
div.DivClassName
{
background-color: #BD9995;
}
.BgClassName
{
background-color: #BD9995;
}
</style>
border-color css
<style>
span { border-color: #BD9995; }
span { border-color: rgb(189,153,149); }
td.TdClassName
{
border-color: #BD9995;
}
.TagClassName
{
border-color: #BD9995;
}
</style>