Shades of Contessa #B96E60
Tints of Contessa #B96E60
RGB
CMYK
RGB Variations
Color information
#B96E60 (or 0xB96E60) is known color: Contessa. HEX triplet: B9, 6E and 60. RGB value is (185,110,96). Sum of RGB (Red+Green+Blue) = 185+110+96=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E60 is #46919F. Grayscale: #828282. Windows color (decimal): -4624800 or 6319801. OLE color: 6319801.
HSL color Cylindrical-coordinate representation of color #B96E60: hue angle of 9.44º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B96E60 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 110 | 96 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.27 |
| HSL | 9.44º | 0.39% | 0.55% | - |
| HSV(B) | 9.44º | 0.48% | 0.73% | - |
| XYZ | 27.69 | 22.31 | 13.91 | - |
| YUV | 130.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 96 | 0 | 0.41 | 0.48 | 0.27 | 9.44 | 0.39 | 0.55 |
| Hex | B9 | 6E | 60 | 0 | 29 | 30 | 1B | 9 | 27 | 37 |
| Octal | 271 | 156 | 140 | 0 | 51 | 60 | 33 | 11 | 47 | 67 |
| Binary | 10111001 | 1101110 | 1100000 | 0 | 101001 | 110000 | 11011 | 1001 | 100111 | 110111 |
Color Harmonies of #B96E60
Complementary color
Monochromatic Colors of #B96E60
Black with #B96E60
Text Example
Text Example
White with #B96E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96E60; }
p { color: rgb(185,110,96); }
H1.HeaderClassName
{
color: #B96E60;
}
.AnyTagClassName
{
color: #B96E60;
}
</style>
background-color css
<style>
a { background-color: #B96E60; }
a { background-color: rgb(185,110,96); }
div.DivClassName
{
background-color: #B96E60;
}
.BgClassName
{
background-color: #B96E60;
}
</style>
border-color css
<style>
span { border-color: #B96E60; }
span { border-color: rgb(185,110,96); }
td.TdClassName
{
border-color: #B96E60;
}
.TagClassName
{
border-color: #B96E60;
}
</style>