Shades of Contessa #B96B5E
Tints of Contessa #B96B5E
RGB
CMYK
RGB Variations
Color information
#B96B5E (or 0xB96B5E) is known color: Contessa. HEX triplet: B9, 6B and 5E. RGB value is (185,107,94). Sum of RGB (Red+Green+Blue) = 185+107+94=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B5E is #4694A1. Grayscale: #808080. Windows color (decimal): -4625570 or 6187961. OLE color: 6187961.
HSL color Cylindrical-coordinate representation of color #B96B5E: hue angle of 8.57º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B96B5E is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 94 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.27 |
| HSL | 8.57º | 0.39% | 0.55% | - |
| HSV(B) | 8.57º | 0.49% | 0.73% | - |
| XYZ | 27.29 | 21.64 | 13.33 | - |
| YUV | 128.84 | 108.34 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 94 | 0 | 0.42 | 0.49 | 0.27 | 8.57 | 0.39 | 0.55 |
| Hex | B9 | 6B | 5E | 0 | 2A | 31 | 1B | 9 | 27 | 37 |
| Octal | 271 | 153 | 136 | 0 | 52 | 61 | 33 | 11 | 47 | 67 |
| Binary | 10111001 | 1101011 | 1011110 | 0 | 101010 | 110001 | 11011 | 1001 | 100111 | 110111 |
Color Harmonies of #B96B5E
Complementary color
Monochromatic Colors of #B96B5E
Black with #B96B5E
Text Example
Text Example
White with #B96B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B5E; }
p { color: rgb(185,107,94); }
H1.HeaderClassName
{
color: #B96B5E;
}
.AnyTagClassName
{
color: #B96B5E;
}
</style>
background-color css
<style>
a { background-color: #B96B5E; }
a { background-color: rgb(185,107,94); }
div.DivClassName
{
background-color: #B96B5E;
}
.BgClassName
{
background-color: #B96B5E;
}
</style>
border-color css
<style>
span { border-color: #B96B5E; }
span { border-color: rgb(185,107,94); }
td.TdClassName
{
border-color: #B96B5E;
}
.TagClassName
{
border-color: #B96B5E;
}
</style>