Shades of Rosy Brown #BD9391
Tints of Rosy Brown #BD9391
RGB
CMYK
RGB Variations
Color information
#BD9391 (or 0xBD9391) is known color: Rosy Brown. HEX triplet: BD, 93 and 91. RGB value is (189,147,145). Sum of RGB (Red+Green+Blue) = 189+147+145=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9391 is #426C6E. Grayscale: #9F9F9F. Windows color (decimal): -4353135 or 9540541. OLE color: 9540541.
HSL color Cylindrical-coordinate representation of color #BD9391: hue angle of 2.73º 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 #BD9391 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 145 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.26 |
| HSL | 2.73º | 0.25% | 0.65% | - |
| HSV(B) | 2.73º | 0.23% | 0.74% | - |
| XYZ | 36.53 | 33.73 | 31.37 | - |
| YUV | 159.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 145 | 0 | 0.22 | 0.23 | 0.26 | 2.73 | 0.25 | 0.65 |
| Hex | BD | 93 | 91 | 0 | 16 | 17 | 1A | 3 | 19 | 41 |
| Octal | 275 | 223 | 221 | 0 | 26 | 27 | 32 | 3 | 31 | 101 |
| Binary | 10111101 | 10010011 | 10010001 | 0 | 10110 | 10111 | 11010 | 11 | 11001 | 1000001 |
Color Harmonies of #BD9391
Complementary color
Monochromatic Colors of #BD9391
Black with #BD9391
Text Example
Text Example
White with #BD9391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9391; }
p { color: rgb(189,147,145); }
H1.HeaderClassName
{
color: #BD9391;
}
.AnyTagClassName
{
color: #BD9391;
}
</style>
background-color css
<style>
a { background-color: #BD9391; }
a { background-color: rgb(189,147,145); }
div.DivClassName
{
background-color: #BD9391;
}
.BgClassName
{
background-color: #BD9391;
}
</style>
border-color css
<style>
span { border-color: #BD9391; }
span { border-color: rgb(189,147,145); }
td.TdClassName
{
border-color: #BD9391;
}
.TagClassName
{
border-color: #BD9391;
}
</style>