Shades of Contessa #BB6261
Tints of Contessa #BB6261
RGB
CMYK
RGB Variations
Color information
#BB6261 (or 0xBB6261) is known color: Contessa. HEX triplet: BB, 62 and 61. RGB value is (187,98,97). Sum of RGB (Red+Green+Blue) = 187+98+97=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6261 is #449D9E. Grayscale: #7C7C7C. Windows color (decimal): -4496799 or 6382267. OLE color: 6382267.
HSL color Cylindrical-coordinate representation of color #BB6261: hue angle of 0.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6261 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 98 | 97 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.27 |
| HSL | 0.67º | 0.4% | 0.56% | - |
| HSV(B) | 0.67º | 0.48% | 0.73% | - |
| XYZ | 27.02 | 20.16 | 13.78 | - |
| YUV | 124.5 | 112.49 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 97 | 0 | 0.48 | 0.48 | 0.27 | 0.67 | 0.4 | 0.56 |
| Hex | BB | 62 | 61 | 0 | 30 | 30 | 1B | 1 | 28 | 38 |
| Octal | 273 | 142 | 141 | 0 | 60 | 60 | 33 | 1 | 50 | 70 |
| Binary | 10111011 | 1100010 | 1100001 | 0 | 110000 | 110000 | 11011 | 1 | 101000 | 111000 |
Color Harmonies of #BB6261
Complementary color
Monochromatic Colors of #BB6261
Black with #BB6261
Text Example
Text Example
White with #BB6261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6261; }
p { color: rgb(187,98,97); }
H1.HeaderClassName
{
color: #BB6261;
}
.AnyTagClassName
{
color: #BB6261;
}
</style>
background-color css
<style>
a { background-color: #BB6261; }
a { background-color: rgb(187,98,97); }
div.DivClassName
{
background-color: #BB6261;
}
.BgClassName
{
background-color: #BB6261;
}
</style>
border-color css
<style>
span { border-color: #BB6261; }
span { border-color: rgb(187,98,97); }
td.TdClassName
{
border-color: #BB6261;
}
.TagClassName
{
border-color: #BB6261;
}
</style>