Shades of Rosy Brown #BC9998
Tints of Rosy Brown #BC9998
RGB
CMYK
RGB Variations
Color information
#BC9998 (or 0xBC9998) is known color: Rosy Brown. HEX triplet: BC, 99 and 98. RGB value is (188,153,152). Sum of RGB (Red+Green+Blue) = 188+153+152=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9998 is #436667. Grayscale: #A3A3A3. Windows color (decimal): -4417128 or 10000828. OLE color: 10000828.
HSL color Cylindrical-coordinate representation of color #BC9998: hue angle of 1.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC9998 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 152 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.26 |
| HSL | 1.67º | 0.21% | 0.67% | - |
| HSV(B) | 1.67º | 0.19% | 0.74% | - |
| XYZ | 37.8 | 35.74 | 34.61 | - |
| YUV | 163.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 152 | 0 | 0.19 | 0.19 | 0.26 | 1.67 | 0.21 | 0.67 |
| Hex | BC | 99 | 98 | 0 | 13 | 13 | 1A | 2 | 15 | 43 |
| Octal | 274 | 231 | 230 | 0 | 23 | 23 | 32 | 2 | 25 | 103 |
| Binary | 10111100 | 10011001 | 10011000 | 0 | 10011 | 10011 | 11010 | 10 | 10101 | 1000011 |
Color Harmonies of #BC9998
Complementary color
Monochromatic Colors of #BC9998
Black with #BC9998
Text Example
Text Example
White with #BC9998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9998; }
p { color: rgb(188,153,152); }
H1.HeaderClassName
{
color: #BC9998;
}
.AnyTagClassName
{
color: #BC9998;
}
</style>
background-color css
<style>
a { background-color: #BC9998; }
a { background-color: rgb(188,153,152); }
div.DivClassName
{
background-color: #BC9998;
}
.BgClassName
{
background-color: #BC9998;
}
</style>
border-color css
<style>
span { border-color: #BC9998; }
span { border-color: rgb(188,153,152); }
td.TdClassName
{
border-color: #BC9998;
}
.TagClassName
{
border-color: #BC9998;
}
</style>