Shades of Contessa #BB6560
Tints of Contessa #BB6560
RGB
CMYK
RGB Variations
Color information
#BB6560 (or 0xBB6560) is known color: Contessa. HEX triplet: BB, 65 and 60. RGB value is (187,101,96). Sum of RGB (Red+Green+Blue) = 187+101+96=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6560 is #449A9F. Grayscale: #7E7E7E. Windows color (decimal): -4496032 or 6317499. OLE color: 6317499.
HSL color Cylindrical-coordinate representation of color #BB6560: hue angle of 3.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6560 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 96 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.27 |
| HSL | 3.3º | 0.4% | 0.55% | - |
| HSV(B) | 3.3º | 0.49% | 0.73% | - |
| XYZ | 27.26 | 20.72 | 13.63 | - |
| YUV | 126.14 | 110.99 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 96 | 0 | 0.46 | 0.49 | 0.27 | 3.3 | 0.4 | 0.55 |
| Hex | BB | 65 | 60 | 0 | 2E | 31 | 1B | 3 | 28 | 37 |
| Octal | 273 | 145 | 140 | 0 | 56 | 61 | 33 | 3 | 50 | 67 |
| Binary | 10111011 | 1100101 | 1100000 | 0 | 101110 | 110001 | 11011 | 11 | 101000 | 110111 |
Color Harmonies of #BB6560
Complementary color
Monochromatic Colors of #BB6560
Black with #BB6560
Text Example
Text Example
White with #BB6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6560; }
p { color: rgb(187,101,96); }
H1.HeaderClassName
{
color: #BB6560;
}
.AnyTagClassName
{
color: #BB6560;
}
</style>
background-color css
<style>
a { background-color: #BB6560; }
a { background-color: rgb(187,101,96); }
div.DivClassName
{
background-color: #BB6560;
}
.BgClassName
{
background-color: #BB6560;
}
</style>
border-color css
<style>
span { border-color: #BB6560; }
span { border-color: rgb(187,101,96); }
td.TdClassName
{
border-color: #BB6560;
}
.TagClassName
{
border-color: #BB6560;
}
</style>