Shades of Contessa #B96E5B
Tints of Contessa #B96E5B
RGB
CMYK
RGB Variations
Color information
#B96E5B (or 0xB96E5B) is known color: Contessa. HEX triplet: B9, 6E and 5B. RGB value is (185,110,91). Sum of RGB (Red+Green+Blue) = 185+110+91=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E5B is #4691A4. Grayscale: #828282. Windows color (decimal): -4624805 or 5992121. OLE color: 5992121.
HSL color Cylindrical-coordinate representation of color #B96E5B: hue angle of 12.13º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B96E5B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 110 | 91 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.27 |
| HSL | 12.13º | 0.4% | 0.54% | - |
| HSV(B) | 12.13º | 0.51% | 0.73% | - |
| XYZ | 27.47 | 22.22 | 12.74 | - |
| YUV | 130.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 91 | 0 | 0.41 | 0.51 | 0.27 | 12.13 | 0.4 | 0.54 |
| Hex | B9 | 6E | 5B | 0 | 29 | 33 | 1B | C | 28 | 36 |
| Octal | 271 | 156 | 133 | 0 | 51 | 63 | 33 | 14 | 50 | 66 |
| Binary | 10111001 | 1101110 | 1011011 | 0 | 101001 | 110011 | 11011 | 1100 | 101000 | 110110 |
Color Harmonies of #B96E5B
Complementary color
Monochromatic Colors of #B96E5B
Black with #B96E5B
Text Example
Text Example
White with #B96E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96E5B; }
p { color: rgb(185,110,91); }
H1.HeaderClassName
{
color: #B96E5B;
}
.AnyTagClassName
{
color: #B96E5B;
}
</style>
background-color css
<style>
a { background-color: #B96E5B; }
a { background-color: rgb(185,110,91); }
div.DivClassName
{
background-color: #B96E5B;
}
.BgClassName
{
background-color: #B96E5B;
}
</style>
border-color css
<style>
span { border-color: #B96E5B; }
span { border-color: rgb(185,110,91); }
td.TdClassName
{
border-color: #B96E5B;
}
.TagClassName
{
border-color: #B96E5B;
}
</style>