Shades of Contessa #B96D5C
Tints of Contessa #B96D5C
RGB
CMYK
RGB Variations
Color information
#B96D5C (or 0xB96D5C) is known color: Contessa. HEX triplet: B9, 6D and 5C. RGB value is (185,109,92). Sum of RGB (Red+Green+Blue) = 185+109+92=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D5C is #4692A3. Grayscale: #818181. Windows color (decimal): -4625060 or 6057401. OLE color: 6057401.
HSL color Cylindrical-coordinate representation of color #B96D5C: hue angle of 10.97º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B96D5C is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 92 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.27 |
| HSL | 10.97º | 0.4% | 0.54% | - |
| HSV(B) | 10.97º | 0.5% | 0.73% | - |
| XYZ | 27.41 | 22.02 | 12.93 | - |
| YUV | 129.79 | 106.68 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 92 | 0 | 0.41 | 0.50 | 0.27 | 10.97 | 0.4 | 0.54 |
| Hex | B9 | 6D | 5C | 0 | 29 | 32 | 1B | B | 28 | 36 |
| Octal | 271 | 155 | 134 | 0 | 51 | 62 | 33 | 13 | 50 | 66 |
| Binary | 10111001 | 1101101 | 1011100 | 0 | 101001 | 110010 | 11011 | 1011 | 101000 | 110110 |
Color Harmonies of #B96D5C
Complementary color
Monochromatic Colors of #B96D5C
Black with #B96D5C
Text Example
Text Example
White with #B96D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D5C; }
p { color: rgb(185,109,92); }
H1.HeaderClassName
{
color: #B96D5C;
}
.AnyTagClassName
{
color: #B96D5C;
}
</style>
background-color css
<style>
a { background-color: #B96D5C; }
a { background-color: rgb(185,109,92); }
div.DivClassName
{
background-color: #B96D5C;
}
.BgClassName
{
background-color: #B96D5C;
}
</style>
border-color css
<style>
span { border-color: #B96D5C; }
span { border-color: rgb(185,109,92); }
td.TdClassName
{
border-color: #B96D5C;
}
.TagClassName
{
border-color: #B96D5C;
}
</style>