Shades of Rosy Brown #BC9696
Tints of Rosy Brown #BC9696
RGB
CMYK
RGB Variations
Color information
#BC9696 (or 0xBC9696) is known color: Rosy Brown. HEX triplet: BC, 96 and 96. RGB value is (188,150,150). Sum of RGB (Red+Green+Blue) = 188+150+150=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9696 is #436969. Grayscale: #A1A1A1. Windows color (decimal): -4417898 or 9868988. OLE color: 9868988.
HSL color Cylindrical-coordinate representation of color #BC9696: hue angle of 0º 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 #BC9696 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 150 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.26 |
| HSL | 0º | 0.22% | 0.66% | - |
| HSV(B) | 0º | 0.2% | 0.74% | - |
| XYZ | 37.15 | 34.71 | 33.6 | - |
| YUV | 161.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 150 | 0 | 0.20 | 0.20 | 0.26 | 0 | 0.22 | 0.66 |
| Hex | BC | 96 | 96 | 0 | 14 | 14 | 1A | 0 | 16 | 42 |
| Octal | 274 | 226 | 226 | 0 | 24 | 24 | 32 | 0 | 26 | 102 |
| Binary | 10111100 | 10010110 | 10010110 | 0 | 10100 | 10100 | 11010 | 0 | 10110 | 1000010 |
Color Harmonies of #BC9696
Complementary color
Monochromatic Colors of #BC9696
Black with #BC9696
Text Example
Text Example
White with #BC9696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9696; }
p { color: rgb(188,150,150); }
H1.HeaderClassName
{
color: #BC9696;
}
.AnyTagClassName
{
color: #BC9696;
}
</style>
background-color css
<style>
a { background-color: #BC9696; }
a { background-color: rgb(188,150,150); }
div.DivClassName
{
background-color: #BC9696;
}
.BgClassName
{
background-color: #BC9696;
}
</style>
border-color css
<style>
span { border-color: #BC9696; }
span { border-color: rgb(188,150,150); }
td.TdClassName
{
border-color: #BC9696;
}
.TagClassName
{
border-color: #BC9696;
}
</style>