Shades of Rosy Brown #BC9997
Tints of Rosy Brown #BC9997
RGB
CMYK
RGB Variations
Color information
#BC9997 (or 0xBC9997) is known color: Rosy Brown. HEX triplet: BC, 99 and 97. RGB value is (188,153,151). Sum of RGB (Red+Green+Blue) = 188+153+151=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9997 is #436668. Grayscale: #A3A3A3. Windows color (decimal): -4417129 or 9935292. OLE color: 9935292.
HSL color Cylindrical-coordinate representation of color #BC9997: hue angle of 3.24º 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 #BC9997 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 151 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.26 |
| HSL | 3.24º | 0.22% | 0.66% | - |
| HSV(B) | 3.24º | 0.2% | 0.74% | - |
| XYZ | 37.72 | 35.71 | 34.18 | - |
| YUV | 163.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 151 | 0 | 0.19 | 0.20 | 0.26 | 3.24 | 0.22 | 0.66 |
| Hex | BC | 99 | 97 | 0 | 13 | 14 | 1A | 3 | 16 | 42 |
| Octal | 274 | 231 | 227 | 0 | 23 | 24 | 32 | 3 | 26 | 102 |
| Binary | 10111100 | 10011001 | 10010111 | 0 | 10011 | 10100 | 11010 | 11 | 10110 | 1000010 |
Color Harmonies of #BC9997
Complementary color
Monochromatic Colors of #BC9997
Black with #BC9997
Text Example
Text Example
White with #BC9997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9997; }
p { color: rgb(188,153,151); }
H1.HeaderClassName
{
color: #BC9997;
}
.AnyTagClassName
{
color: #BC9997;
}
</style>
background-color css
<style>
a { background-color: #BC9997; }
a { background-color: rgb(188,153,151); }
div.DivClassName
{
background-color: #BC9997;
}
.BgClassName
{
background-color: #BC9997;
}
</style>
border-color css
<style>
span { border-color: #BC9997; }
span { border-color: rgb(188,153,151); }
td.TdClassName
{
border-color: #BC9997;
}
.TagClassName
{
border-color: #BC9997;
}
</style>