Shades of Rosy Brown #BD9392
Tints of Rosy Brown #BD9392
RGB
CMYK
RGB Variations
Color information
#BD9392 (or 0xBD9392) is known color: Rosy Brown. HEX triplet: BD, 93 and 92. RGB value is (189,147,146). Sum of RGB (Red+Green+Blue) = 189+147+146=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9392 is #426C6D. Grayscale: #9F9F9F. Windows color (decimal): -4353134 or 9606077. OLE color: 9606077.
HSL color Cylindrical-coordinate representation of color #BD9392: hue angle of 1.4º 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 #BD9392 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 146 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.26 |
| HSL | 1.4º | 0.25% | 0.66% | - |
| HSV(B) | 1.4º | 0.23% | 0.74% | - |
| XYZ | 36.61 | 33.76 | 31.78 | - |
| YUV | 159.44 | 120.41 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 146 | 0 | 0.22 | 0.23 | 0.26 | 1.4 | 0.25 | 0.66 |
| Hex | BD | 93 | 92 | 0 | 16 | 17 | 1A | 1 | 19 | 42 |
| Octal | 275 | 223 | 222 | 0 | 26 | 27 | 32 | 1 | 31 | 102 |
| Binary | 10111101 | 10010011 | 10010010 | 0 | 10110 | 10111 | 11010 | 1 | 11001 | 1000010 |
Color Harmonies of #BD9392
Complementary color
Monochromatic Colors of #BD9392
Black with #BD9392
Text Example
Text Example
White with #BD9392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9392; }
p { color: rgb(189,147,146); }
H1.HeaderClassName
{
color: #BD9392;
}
.AnyTagClassName
{
color: #BD9392;
}
</style>
background-color css
<style>
a { background-color: #BD9392; }
a { background-color: rgb(189,147,146); }
div.DivClassName
{
background-color: #BD9392;
}
.BgClassName
{
background-color: #BD9392;
}
</style>
border-color css
<style>
span { border-color: #BD9392; }
span { border-color: rgb(189,147,146); }
td.TdClassName
{
border-color: #BD9392;
}
.TagClassName
{
border-color: #BD9392;
}
</style>