Shades of Contessa #B96F64
Tints of Contessa #B96F64
RGB
CMYK
RGB Variations
Color information
#B96F64 (or 0xB96F64) is known color: Contessa. HEX triplet: B9, 6F and 64. RGB value is (185,111,100). Sum of RGB (Red+Green+Blue) = 185+111+100=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F64 is #46909B. Grayscale: #838383. Windows color (decimal): -4624540 or 6582201. OLE color: 6582201.
HSL color Cylindrical-coordinate representation of color #B96F64: hue angle of 7.76º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96F64 is Cyan = 0, Magento = 0.4, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 100 | - |
| CMYK | 0 | 0.4 | 0.46 | 0.27 |
| HSL | 7.76º | 0.38% | 0.56% | - |
| HSV(B) | 7.76º | 0.46% | 0.73% | - |
| XYZ | 27.99 | 22.6 | 14.94 | - |
| YUV | 131.87 | 110.02 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 100 | 0 | 0.4 | 0.46 | 0.27 | 7.76 | 0.38 | 0.56 |
| Hex | B9 | 6F | 64 | 0 | 28 | 2E | 1B | 8 | 26 | 38 |
| Octal | 271 | 157 | 144 | 0 | 50 | 56 | 33 | 10 | 46 | 70 |
| Binary | 10111001 | 1101111 | 1100100 | 0 | 101000 | 101110 | 11011 | 1000 | 100110 | 111000 |
Color Harmonies of #B96F64
Complementary color
Monochromatic Colors of #B96F64
Black with #B96F64
Text Example
Text Example
White with #B96F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F64; }
p { color: rgb(185,111,100); }
H1.HeaderClassName
{
color: #B96F64;
}
.AnyTagClassName
{
color: #B96F64;
}
</style>
background-color css
<style>
a { background-color: #B96F64; }
a { background-color: rgb(185,111,100); }
div.DivClassName
{
background-color: #B96F64;
}
.BgClassName
{
background-color: #B96F64;
}
</style>
border-color css
<style>
span { border-color: #B96F64; }
span { border-color: rgb(185,111,100); }
td.TdClassName
{
border-color: #B96F64;
}
.TagClassName
{
border-color: #B96F64;
}
</style>