Shades of Rosy Brown #BC9896
Tints of Rosy Brown #BC9896
RGB
CMYK
RGB Variations
Color information
#BC9896 (or 0xBC9896) is known color: Rosy Brown. HEX triplet: BC, 98 and 96. RGB value is (188,152,150). Sum of RGB (Red+Green+Blue) = 188+152+150=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9896 is #436769. Grayscale: #A2A2A2. Windows color (decimal): -4417386 or 9869500. OLE color: 9869500.
HSL color Cylindrical-coordinate representation of color #BC9896: hue angle of 3.16º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC9896 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 150 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.26 |
| HSL | 3.16º | 0.22% | 0.66% | - |
| HSV(B) | 3.16º | 0.2% | 0.74% | - |
| XYZ | 37.47 | 35.35 | 33.7 | - |
| YUV | 162.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 150 | 0 | 0.19 | 0.20 | 0.26 | 3.16 | 0.22 | 0.66 |
| Hex | BC | 98 | 96 | 0 | 13 | 14 | 1A | 3 | 16 | 42 |
| Octal | 274 | 230 | 226 | 0 | 23 | 24 | 32 | 3 | 26 | 102 |
| Binary | 10111100 | 10011000 | 10010110 | 0 | 10011 | 10100 | 11010 | 11 | 10110 | 1000010 |
Color Harmonies of #BC9896
Complementary color
Monochromatic Colors of #BC9896
Black with #BC9896
Text Example
Text Example
White with #BC9896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9896; }
p { color: rgb(188,152,150); }
H1.HeaderClassName
{
color: #BC9896;
}
.AnyTagClassName
{
color: #BC9896;
}
</style>
background-color css
<style>
a { background-color: #BC9896; }
a { background-color: rgb(188,152,150); }
div.DivClassName
{
background-color: #BC9896;
}
.BgClassName
{
background-color: #BC9896;
}
</style>
border-color css
<style>
span { border-color: #BC9896; }
span { border-color: rgb(188,152,150); }
td.TdClassName
{
border-color: #BC9896;
}
.TagClassName
{
border-color: #BC9896;
}
</style>