Shades of Rosy Brown #BC9491
Tints of Rosy Brown #BC9491
RGB
CMYK
RGB Variations
Color information
#BC9491 (or 0xBC9491) is known color: Rosy Brown. HEX triplet: BC, 94 and 91. RGB value is (188,148,145). Sum of RGB (Red+Green+Blue) = 188+148+145=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9491 is #436B6E. Grayscale: #9F9F9F. Windows color (decimal): -4418415 or 9540796. OLE color: 9540796.
HSL color Cylindrical-coordinate representation of color #BC9491: hue angle of 4.19º degrees, saturation: 0.24, 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 #BC9491 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 145 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.26 |
| HSL | 4.19º | 0.24% | 0.65% | - |
| HSV(B) | 4.19º | 0.23% | 0.74% | - |
| XYZ | 36.44 | 33.92 | 31.41 | - |
| YUV | 159.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 145 | 0 | 0.21 | 0.23 | 0.26 | 4.19 | 0.24 | 0.65 |
| Hex | BC | 94 | 91 | 0 | 15 | 17 | 1A | 4 | 18 | 41 |
| Octal | 274 | 224 | 221 | 0 | 25 | 27 | 32 | 4 | 30 | 101 |
| Binary | 10111100 | 10010100 | 10010001 | 0 | 10101 | 10111 | 11010 | 100 | 11000 | 1000001 |
Color Harmonies of #BC9491
Complementary color
Monochromatic Colors of #BC9491
Black with #BC9491
Text Example
Text Example
White with #BC9491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9491; }
p { color: rgb(188,148,145); }
H1.HeaderClassName
{
color: #BC9491;
}
.AnyTagClassName
{
color: #BC9491;
}
</style>
background-color css
<style>
a { background-color: #BC9491; }
a { background-color: rgb(188,148,145); }
div.DivClassName
{
background-color: #BC9491;
}
.BgClassName
{
background-color: #BC9491;
}
</style>
border-color css
<style>
span { border-color: #BC9491; }
span { border-color: rgb(188,148,145); }
td.TdClassName
{
border-color: #BC9491;
}
.TagClassName
{
border-color: #BC9491;
}
</style>