Shades of Rosy Brown #BD9691
Tints of Rosy Brown #BD9691
RGB
CMYK
RGB Variations
Color information
#BD9691 (or 0xBD9691) is known color: Rosy Brown. HEX triplet: BD, 96 and 91. RGB value is (189,150,145). Sum of RGB (Red+Green+Blue) = 189+150+145=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9691 is #42696E. Grayscale: #A1A1A1. Windows color (decimal): -4352367 or 9541309. OLE color: 9541309.
HSL color Cylindrical-coordinate representation of color #BD9691: hue angle of 6.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD9691 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 145 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.26 |
| HSL | 6.82º | 0.25% | 0.65% | - |
| HSV(B) | 6.82º | 0.23% | 0.74% | - |
| XYZ | 37 | 34.68 | 31.53 | - |
| YUV | 161.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 145 | 0 | 0.21 | 0.23 | 0.26 | 6.82 | 0.25 | 0.65 |
| Hex | BD | 96 | 91 | 0 | 15 | 17 | 1A | 7 | 19 | 41 |
| Octal | 275 | 226 | 221 | 0 | 25 | 27 | 32 | 7 | 31 | 101 |
| Binary | 10111101 | 10010110 | 10010001 | 0 | 10101 | 10111 | 11010 | 111 | 11001 | 1000001 |
Color Harmonies of #BD9691
Complementary color
Monochromatic Colors of #BD9691
Black with #BD9691
Text Example
Text Example
White with #BD9691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9691; }
p { color: rgb(189,150,145); }
H1.HeaderClassName
{
color: #BD9691;
}
.AnyTagClassName
{
color: #BD9691;
}
</style>
background-color css
<style>
a { background-color: #BD9691; }
a { background-color: rgb(189,150,145); }
div.DivClassName
{
background-color: #BD9691;
}
.BgClassName
{
background-color: #BD9691;
}
</style>
border-color css
<style>
span { border-color: #BD9691; }
span { border-color: rgb(189,150,145); }
td.TdClassName
{
border-color: #BD9691;
}
.TagClassName
{
border-color: #BD9691;
}
</style>