Shades of Contessa #BB6B66
Tints of Contessa #BB6B66
RGB
CMYK
RGB Variations
Color information
#BB6B66 (or 0xBB6B66) is known color: Contessa. HEX triplet: BB, 6B and 66. RGB value is (187,107,102). Sum of RGB (Red+Green+Blue) = 187+107+102=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B66 is #449499. Grayscale: #828282. Windows color (decimal): -4494490 or 6712251. OLE color: 6712251.
HSL color Cylindrical-coordinate representation of color #BB6B66: hue angle of 3.53º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6B66 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 107 | 102 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.27 |
| HSL | 3.53º | 0.38% | 0.57% | - |
| HSV(B) | 3.53º | 0.45% | 0.73% | - |
| XYZ | 28.15 | 22.04 | 15.34 | - |
| YUV | 130.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 102 | 0 | 0.43 | 0.45 | 0.27 | 3.53 | 0.38 | 0.57 |
| Hex | BB | 6B | 66 | 0 | 2B | 2D | 1B | 4 | 26 | 39 |
| Octal | 273 | 153 | 146 | 0 | 53 | 55 | 33 | 4 | 46 | 71 |
| Binary | 10111011 | 1101011 | 1100110 | 0 | 101011 | 101101 | 11011 | 100 | 100110 | 111001 |
Color Harmonies of #BB6B66
Complementary color
Monochromatic Colors of #BB6B66
Black with #BB6B66
Text Example
Text Example
White with #BB6B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6B66; }
p { color: rgb(187,107,102); }
H1.HeaderClassName
{
color: #BB6B66;
}
.AnyTagClassName
{
color: #BB6B66;
}
</style>
background-color css
<style>
a { background-color: #BB6B66; }
a { background-color: rgb(187,107,102); }
div.DivClassName
{
background-color: #BB6B66;
}
.BgClassName
{
background-color: #BB6B66;
}
</style>
border-color css
<style>
span { border-color: #BB6B66; }
span { border-color: rgb(187,107,102); }
td.TdClassName
{
border-color: #BB6B66;
}
.TagClassName
{
border-color: #BB6B66;
}
</style>