Shades of Rosy Brown #BD9592
Tints of Rosy Brown #BD9592
RGB
CMYK
RGB Variations
Color information
#BD9592 (or 0xBD9592) is known color: Rosy Brown. HEX triplet: BD, 95 and 92. RGB value is (189,149,146). Sum of RGB (Red+Green+Blue) = 189+149+146=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9592 is #426A6D. Grayscale: #A0A0A0. Windows color (decimal): -4352622 or 9606589. OLE color: 9606589.
HSL color Cylindrical-coordinate representation of color #BD9592: hue angle of 4.19º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD9592 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 146 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.26 |
| HSL | 4.19º | 0.25% | 0.66% | - |
| HSV(B) | 4.19º | 0.23% | 0.74% | - |
| XYZ | 36.92 | 34.39 | 31.89 | - |
| YUV | 160.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 146 | 0 | 0.21 | 0.23 | 0.26 | 4.19 | 0.25 | 0.66 |
| Hex | BD | 95 | 92 | 0 | 15 | 17 | 1A | 4 | 19 | 42 |
| Octal | 275 | 225 | 222 | 0 | 25 | 27 | 32 | 4 | 31 | 102 |
| Binary | 10111101 | 10010101 | 10010010 | 0 | 10101 | 10111 | 11010 | 100 | 11001 | 1000010 |
Color Harmonies of #BD9592
Complementary color
Monochromatic Colors of #BD9592
Black with #BD9592
Text Example
Text Example
White with #BD9592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9592; }
p { color: rgb(189,149,146); }
H1.HeaderClassName
{
color: #BD9592;
}
.AnyTagClassName
{
color: #BD9592;
}
</style>
background-color css
<style>
a { background-color: #BD9592; }
a { background-color: rgb(189,149,146); }
div.DivClassName
{
background-color: #BD9592;
}
.BgClassName
{
background-color: #BD9592;
}
</style>
border-color css
<style>
span { border-color: #BD9592; }
span { border-color: rgb(189,149,146); }
td.TdClassName
{
border-color: #BD9592;
}
.TagClassName
{
border-color: #BD9592;
}
</style>