Shades of Contessa #B96F60
Tints of Contessa #B96F60
RGB
CMYK
RGB Variations
Color information
#B96F60 (or 0xB96F60) is known color: Contessa. HEX triplet: B9, 6F and 60. RGB value is (185,111,96). Sum of RGB (Red+Green+Blue) = 185+111+96=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F60 is #46909F. Grayscale: #838383. Windows color (decimal): -4624544 or 6320057. OLE color: 6320057.
HSL color Cylindrical-coordinate representation of color #B96F60: hue angle of 10.11º 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 #B96F60 is Cyan = 0, Magento = 0.4, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 96 | - |
| CMYK | 0 | 0.4 | 0.48 | 0.27 |
| HSL | 10.11º | 0.39% | 0.55% | - |
| HSV(B) | 10.11º | 0.48% | 0.73% | - |
| XYZ | 27.8 | 22.53 | 13.95 | - |
| YUV | 131.42 | 108.02 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 96 | 0 | 0.4 | 0.48 | 0.27 | 10.11 | 0.39 | 0.55 |
| Hex | B9 | 6F | 60 | 0 | 28 | 30 | 1B | A | 27 | 37 |
| Octal | 271 | 157 | 140 | 0 | 50 | 60 | 33 | 12 | 47 | 67 |
| Binary | 10111001 | 1101111 | 1100000 | 0 | 101000 | 110000 | 11011 | 1010 | 100111 | 110111 |
Color Harmonies of #B96F60
Complementary color
Monochromatic Colors of #B96F60
Black with #B96F60
Text Example
Text Example
White with #B96F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F60; }
p { color: rgb(185,111,96); }
H1.HeaderClassName
{
color: #B96F60;
}
.AnyTagClassName
{
color: #B96F60;
}
</style>
background-color css
<style>
a { background-color: #B96F60; }
a { background-color: rgb(185,111,96); }
div.DivClassName
{
background-color: #B96F60;
}
.BgClassName
{
background-color: #B96F60;
}
</style>
border-color css
<style>
span { border-color: #B96F60; }
span { border-color: rgb(185,111,96); }
td.TdClassName
{
border-color: #B96F60;
}
.TagClassName
{
border-color: #B96F60;
}
</style>