Shades of Contessa #B86666
Tints of Contessa #B86666
RGB
CMYK
RGB Variations
Color information
#B86666 (or 0xB86666) is known color: Contessa. HEX triplet: B8, 66 and 66. RGB value is (184,102,102). Sum of RGB (Red+Green+Blue) = 184+102+102=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B86666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86666 is #479999. Grayscale: #7E7E7E. Windows color (decimal): -4692378 or 6710968. OLE color: 6710968.
HSL color Cylindrical-coordinate representation of color #B86666: hue angle of 0º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B86666 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 102 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.28 |
| HSL | 0º | 0.37% | 0.56% | - |
| HSV(B) | 0º | 0.45% | 0.72% | - |
| XYZ | 26.92 | 20.65 | 15.14 | - |
| YUV | 126.52 | 114.17 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 102 | 0 | 0.45 | 0.45 | 0.28 | 0 | 0.37 | 0.56 |
| Hex | B8 | 66 | 66 | 0 | 2D | 2D | 1C | 0 | 25 | 38 |
| Octal | 270 | 146 | 146 | 0 | 55 | 55 | 34 | 0 | 45 | 70 |
| Binary | 10111000 | 1100110 | 1100110 | 0 | 101101 | 101101 | 11100 | 0 | 100101 | 111000 |
Color Harmonies of #B86666
Complementary color
Monochromatic Colors of #B86666
Black with #B86666
Text Example
Text Example
White with #B86666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86666; }
p { color: rgb(184,102,102); }
H1.HeaderClassName
{
color: #B86666;
}
.AnyTagClassName
{
color: #B86666;
}
</style>
background-color css
<style>
a { background-color: #B86666; }
a { background-color: rgb(184,102,102); }
div.DivClassName
{
background-color: #B86666;
}
.BgClassName
{
background-color: #B86666;
}
</style>
border-color css
<style>
span { border-color: #B86666; }
span { border-color: rgb(184,102,102); }
td.TdClassName
{
border-color: #B86666;
}
.TagClassName
{
border-color: #B86666;
}
</style>