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