Shades of Contessa #B86160
Tints of Contessa #B86160
RGB
CMYK
RGB Variations
Color information
#B86160 (or 0xB86160) is known color: Contessa. HEX triplet: B8, 61 and 60. RGB value is (184,97,96). Sum of RGB (Red+Green+Blue) = 184+97+96=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B86160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86160 is #479E9F. Grayscale: #7A7A7A. Windows color (decimal): -4693664 or 6316472. OLE color: 6316472.
HSL color Cylindrical-coordinate representation of color #B86160: hue angle of 0.68º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B86160 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 96 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.28 |
| HSL | 0.68º | 0.38% | 0.55% | - |
| HSV(B) | 0.68º | 0.48% | 0.72% | - |
| XYZ | 26.15 | 19.58 | 13.47 | - |
| YUV | 122.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 96 | 0 | 0.47 | 0.48 | 0.28 | 0.68 | 0.38 | 0.55 |
| Hex | B8 | 61 | 60 | 0 | 2F | 30 | 1C | 1 | 26 | 37 |
| Octal | 270 | 141 | 140 | 0 | 57 | 60 | 34 | 1 | 46 | 67 |
| Binary | 10111000 | 1100001 | 1100000 | 0 | 101111 | 110000 | 11100 | 1 | 100110 | 110111 |
Color Harmonies of #B86160
Complementary color
Monochromatic Colors of #B86160
Black with #B86160
Text Example
Text Example
White with #B86160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86160; }
p { color: rgb(184,97,96); }
H1.HeaderClassName
{
color: #B86160;
}
.AnyTagClassName
{
color: #B86160;
}
</style>
background-color css
<style>
a { background-color: #B86160; }
a { background-color: rgb(184,97,96); }
div.DivClassName
{
background-color: #B86160;
}
.BgClassName
{
background-color: #B86160;
}
</style>
border-color css
<style>
span { border-color: #B86160; }
span { border-color: rgb(184,97,96); }
td.TdClassName
{
border-color: #B86160;
}
.TagClassName
{
border-color: #B86160;
}
</style>