Shades of Contessa #BB7574
Tints of Contessa #BB7574
RGB
CMYK
RGB Variations
Color information
#BB7574 (or 0xBB7574) is known color: Contessa. HEX triplet: BB, 75 and 74. RGB value is (187,117,116). Sum of RGB (Red+Green+Blue) = 187+117+116=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7574 is #448A8B. Grayscale: #898989. Windows color (decimal): -4491916 or 7632315. OLE color: 7632315.
HSL color Cylindrical-coordinate representation of color #BB7574: hue angle of 0.85º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB7574 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 116 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.27 |
| HSL | 0.85º | 0.34% | 0.59% | - |
| HSV(B) | 0.85º | 0.38% | 0.73% | - |
| XYZ | 30.01 | 24.55 | 19.68 | - |
| YUV | 137.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 116 | 0 | 0.37 | 0.38 | 0.27 | 0.85 | 0.34 | 0.59 |
| Hex | BB | 75 | 74 | 0 | 25 | 26 | 1B | 1 | 22 | 3B |
| Octal | 273 | 165 | 164 | 0 | 45 | 46 | 33 | 1 | 42 | 73 |
| Binary | 10111011 | 1110101 | 1110100 | 0 | 100101 | 100110 | 11011 | 1 | 100010 | 111011 |
Color Harmonies of #BB7574
Complementary color
Monochromatic Colors of #BB7574
Black with #BB7574
Text Example
Text Example
White with #BB7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7574; }
p { color: rgb(187,117,116); }
H1.HeaderClassName
{
color: #BB7574;
}
.AnyTagClassName
{
color: #BB7574;
}
</style>
background-color css
<style>
a { background-color: #BB7574; }
a { background-color: rgb(187,117,116); }
div.DivClassName
{
background-color: #BB7574;
}
.BgClassName
{
background-color: #BB7574;
}
</style>
border-color css
<style>
span { border-color: #BB7574; }
span { border-color: rgb(187,117,116); }
td.TdClassName
{
border-color: #BB7574;
}
.TagClassName
{
border-color: #BB7574;
}
</style>