Shades of Rosy Brown #BD9390
Tints of Rosy Brown #BD9390
RGB
CMYK
RGB Variations
Color information
#BD9390 (or 0xBD9390) is known color: Rosy Brown. HEX triplet: BD, 93 and 90. RGB value is (189,147,144). Sum of RGB (Red+Green+Blue) = 189+147+144=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9390 is #426C6F. Grayscale: #9F9F9F. Windows color (decimal): -4353136 or 9475005. OLE color: 9475005.
HSL color Cylindrical-coordinate representation of color #BD9390: hue angle of 4º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD9390 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 144 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.26 |
| HSL | 4º | 0.25% | 0.65% | - |
| HSV(B) | 4º | 0.24% | 0.74% | - |
| XYZ | 36.45 | 33.7 | 30.97 | - |
| YUV | 159.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 144 | 0 | 0.22 | 0.24 | 0.26 | 4 | 0.25 | 0.65 |
| Hex | BD | 93 | 90 | 0 | 16 | 18 | 1A | 4 | 19 | 41 |
| Octal | 275 | 223 | 220 | 0 | 26 | 30 | 32 | 4 | 31 | 101 |
| Binary | 10111101 | 10010011 | 10010000 | 0 | 10110 | 11000 | 11010 | 100 | 11001 | 1000001 |
Color Harmonies of #BD9390
Complementary color
Monochromatic Colors of #BD9390
Black with #BD9390
Text Example
Text Example
White with #BD9390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9390; }
p { color: rgb(189,147,144); }
H1.HeaderClassName
{
color: #BD9390;
}
.AnyTagClassName
{
color: #BD9390;
}
</style>
background-color css
<style>
a { background-color: #BD9390; }
a { background-color: rgb(189,147,144); }
div.DivClassName
{
background-color: #BD9390;
}
.BgClassName
{
background-color: #BD9390;
}
</style>
border-color css
<style>
span { border-color: #BD9390; }
span { border-color: rgb(189,147,144); }
td.TdClassName
{
border-color: #BD9390;
}
.TagClassName
{
border-color: #BD9390;
}
</style>