Shades of Rosy Brown #BC8988
Tints of Rosy Brown #BC8988
RGB
CMYK
RGB Variations
Color information
#BC8988 (or 0xBC8988) is known color: Rosy Brown. HEX triplet: BC, 89 and 88. RGB value is (188,137,136). Sum of RGB (Red+Green+Blue) = 188+137+136=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8988 is #437677. Grayscale: #989898. Windows color (decimal): -4421240 or 8948156. OLE color: 8948156.
HSL color Cylindrical-coordinate representation of color #BC8988: hue angle of 1.15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC8988 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 136 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.26 |
| HSL | 1.15º | 0.28% | 0.64% | - |
| HSV(B) | 1.15º | 0.28% | 0.74% | - |
| XYZ | 34.13 | 30.36 | 27.35 | - |
| YUV | 152.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 136 | 0 | 0.27 | 0.28 | 0.26 | 1.15 | 0.28 | 0.64 |
| Hex | BC | 89 | 88 | 0 | 1B | 1C | 1A | 1 | 1C | 40 |
| Octal | 274 | 211 | 210 | 0 | 33 | 34 | 32 | 1 | 34 | 100 |
| Binary | 10111100 | 10001001 | 10001000 | 0 | 11011 | 11100 | 11010 | 1 | 11100 | 1000000 |
Color Harmonies of #BC8988
Complementary color
Monochromatic Colors of #BC8988
Black with #BC8988
Text Example
Text Example
White with #BC8988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8988; }
p { color: rgb(188,137,136); }
H1.HeaderClassName
{
color: #BC8988;
}
.AnyTagClassName
{
color: #BC8988;
}
</style>
background-color css
<style>
a { background-color: #BC8988; }
a { background-color: rgb(188,137,136); }
div.DivClassName
{
background-color: #BC8988;
}
.BgClassName
{
background-color: #BC8988;
}
</style>
border-color css
<style>
span { border-color: #BC8988; }
span { border-color: rgb(188,137,136); }
td.TdClassName
{
border-color: #BC8988;
}
.TagClassName
{
border-color: #BC8988;
}
</style>