Shades of Rosy Brown #BD9997
Tints of Rosy Brown #BD9997
RGB
CMYK
RGB Variations
Color information
#BD9997 (or 0xBD9997) is known color: Rosy Brown. HEX triplet: BD, 99 and 97. RGB value is (189,153,151). Sum of RGB (Red+Green+Blue) = 189+153+151=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9997 is #426668. Grayscale: #A3A3A3. Windows color (decimal): -4351593 or 9935293. OLE color: 9935293.
HSL color Cylindrical-coordinate representation of color #BD9997: hue angle of 3.16º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD9997 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 151 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.26 |
| HSL | 3.16º | 0.22% | 0.67% | - |
| HSV(B) | 3.16º | 0.2% | 0.74% | - |
| XYZ | 37.96 | 35.84 | 34.19 | - |
| YUV | 163.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 151 | 0 | 0.19 | 0.20 | 0.26 | 3.16 | 0.22 | 0.67 |
| Hex | BD | 99 | 97 | 0 | 13 | 14 | 1A | 3 | 16 | 43 |
| Octal | 275 | 231 | 227 | 0 | 23 | 24 | 32 | 3 | 26 | 103 |
| Binary | 10111101 | 10011001 | 10010111 | 0 | 10011 | 10100 | 11010 | 11 | 10110 | 1000011 |
Color Harmonies of #BD9997
Complementary color
Monochromatic Colors of #BD9997
Black with #BD9997
Text Example
Text Example
White with #BD9997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9997; }
p { color: rgb(189,153,151); }
H1.HeaderClassName
{
color: #BD9997;
}
.AnyTagClassName
{
color: #BD9997;
}
</style>
background-color css
<style>
a { background-color: #BD9997; }
a { background-color: rgb(189,153,151); }
div.DivClassName
{
background-color: #BD9997;
}
.BgClassName
{
background-color: #BD9997;
}
</style>
border-color css
<style>
span { border-color: #BD9997; }
span { border-color: rgb(189,153,151); }
td.TdClassName
{
border-color: #BD9997;
}
.TagClassName
{
border-color: #BD9997;
}
</style>