Shades of Rosy Brown #BC9B99
Tints of Rosy Brown #BC9B99
RGB
CMYK
RGB Variations
Color information
#BC9B99 (or 0xBC9B99) is known color: Rosy Brown. HEX triplet: BC, 9B and 99. RGB value is (188,155,153). Sum of RGB (Red+Green+Blue) = 188+155+153=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9B99 is #436466. Grayscale: #A4A4A4. Windows color (decimal): -4416615 or 10066876. OLE color: 10066876.
HSL color Cylindrical-coordinate representation of color #BC9B99: hue angle of 3.43º 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 #BC9B99 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 153 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.26 |
| HSL | 3.43º | 0.21% | 0.67% | - |
| HSV(B) | 3.43º | 0.19% | 0.74% | - |
| XYZ | 38.21 | 36.43 | 35.16 | - |
| YUV | 164.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 153 | 0 | 0.18 | 0.19 | 0.26 | 3.43 | 0.21 | 0.67 |
| Hex | BC | 9B | 99 | 0 | 12 | 13 | 1A | 3 | 15 | 43 |
| Octal | 274 | 233 | 231 | 0 | 22 | 23 | 32 | 3 | 25 | 103 |
| Binary | 10111100 | 10011011 | 10011001 | 0 | 10010 | 10011 | 11010 | 11 | 10101 | 1000011 |
Color Harmonies of #BC9B99
Complementary color
Monochromatic Colors of #BC9B99
Black with #BC9B99
Text Example
Text Example
White with #BC9B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B99; }
p { color: rgb(188,155,153); }
H1.HeaderClassName
{
color: #BC9B99;
}
.AnyTagClassName
{
color: #BC9B99;
}
</style>
background-color css
<style>
a { background-color: #BC9B99; }
a { background-color: rgb(188,155,153); }
div.DivClassName
{
background-color: #BC9B99;
}
.BgClassName
{
background-color: #BC9B99;
}
</style>
border-color css
<style>
span { border-color: #BC9B99; }
span { border-color: rgb(188,155,153); }
td.TdClassName
{
border-color: #BC9B99;
}
.TagClassName
{
border-color: #BC9B99;
}
</style>