Shades of Contessa #B96A5E
Tints of Contessa #B96A5E
RGB
CMYK
RGB Variations
Color information
#B96A5E (or 0xB96A5E) is known color: Contessa. HEX triplet: B9, 6A and 5E. RGB value is (185,106,94). Sum of RGB (Red+Green+Blue) = 185+106+94=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A5E is #4695A1. Grayscale: #808080. Windows color (decimal): -4625826 or 6187705. OLE color: 6187705.
HSL color Cylindrical-coordinate representation of color #B96A5E: hue angle of 7.91º 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 #B96A5E is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 94 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.27 |
| HSL | 7.91º | 0.39% | 0.55% | - |
| HSV(B) | 7.91º | 0.49% | 0.73% | - |
| XYZ | 27.18 | 21.43 | 13.29 | - |
| YUV | 128.25 | 108.67 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 94 | 0 | 0.43 | 0.49 | 0.27 | 7.91 | 0.39 | 0.55 |
| Hex | B9 | 6A | 5E | 0 | 2B | 31 | 1B | 8 | 27 | 37 |
| Octal | 271 | 152 | 136 | 0 | 53 | 61 | 33 | 10 | 47 | 67 |
| Binary | 10111001 | 1101010 | 1011110 | 0 | 101011 | 110001 | 11011 | 1000 | 100111 | 110111 |
Color Harmonies of #B96A5E
Complementary color
Monochromatic Colors of #B96A5E
Black with #B96A5E
Text Example
Text Example
White with #B96A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96A5E; }
p { color: rgb(185,106,94); }
H1.HeaderClassName
{
color: #B96A5E;
}
.AnyTagClassName
{
color: #B96A5E;
}
</style>
background-color css
<style>
a { background-color: #B96A5E; }
a { background-color: rgb(185,106,94); }
div.DivClassName
{
background-color: #B96A5E;
}
.BgClassName
{
background-color: #B96A5E;
}
</style>
border-color css
<style>
span { border-color: #B96A5E; }
span { border-color: rgb(185,106,94); }
td.TdClassName
{
border-color: #B96A5E;
}
.TagClassName
{
border-color: #B96A5E;
}
</style>