Shades of Contessa #B96E66
Tints of Contessa #B96E66
RGB
CMYK
RGB Variations
Color information
#B96E66 (or 0xB96E66) is known color: Contessa. HEX triplet: B9, 6E and 66. RGB value is (185,110,102). Sum of RGB (Red+Green+Blue) = 185+110+102=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E66 is #469199. Grayscale: #838383. Windows color (decimal): -4624794 or 6713017. OLE color: 6713017.
HSL color Cylindrical-coordinate representation of color #B96E66: hue angle of 5.78º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96E66 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 110 | 102 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.27 |
| HSL | 5.78º | 0.37% | 0.56% | - |
| HSV(B) | 5.78º | 0.45% | 0.73% | - |
| XYZ | 27.98 | 22.43 | 15.42 | - |
| YUV | 131.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 102 | 0 | 0.41 | 0.45 | 0.27 | 5.78 | 0.37 | 0.56 |
| Hex | B9 | 6E | 66 | 0 | 29 | 2D | 1B | 6 | 25 | 38 |
| Octal | 271 | 156 | 146 | 0 | 51 | 55 | 33 | 6 | 45 | 70 |
| Binary | 10111001 | 1101110 | 1100110 | 0 | 101001 | 101101 | 11011 | 110 | 100101 | 111000 |
Color Harmonies of #B96E66
Complementary color
Monochromatic Colors of #B96E66
Black with #B96E66
Text Example
Text Example
White with #B96E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96E66; }
p { color: rgb(185,110,102); }
H1.HeaderClassName
{
color: #B96E66;
}
.AnyTagClassName
{
color: #B96E66;
}
</style>
background-color css
<style>
a { background-color: #B96E66; }
a { background-color: rgb(185,110,102); }
div.DivClassName
{
background-color: #B96E66;
}
.BgClassName
{
background-color: #B96E66;
}
</style>
border-color css
<style>
span { border-color: #B96E66; }
span { border-color: rgb(185,110,102); }
td.TdClassName
{
border-color: #B96E66;
}
.TagClassName
{
border-color: #B96E66;
}
</style>