Shades of Contessa #B96B5A
Tints of Contessa #B96B5A
RGB
CMYK
RGB Variations
Color information
#B96B5A (or 0xB96B5A) is known color: Contessa. HEX triplet: B9, 6B and 5A. RGB value is (185,107,90). Sum of RGB (Red+Green+Blue) = 185+107+90=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B5A is #4694A5. Grayscale: #808080. Windows color (decimal): -4625574 or 5925817. OLE color: 5925817.
HSL color Cylindrical-coordinate representation of color #B96B5A: hue angle of 10.74º 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 #B96B5A is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 90 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.27 |
| HSL | 10.74º | 0.4% | 0.54% | - |
| HSV(B) | 10.74º | 0.51% | 0.73% | - |
| XYZ | 27.11 | 21.57 | 12.41 | - |
| YUV | 128.38 | 106.34 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 90 | 0 | 0.42 | 0.51 | 0.27 | 10.74 | 0.4 | 0.54 |
| Hex | B9 | 6B | 5A | 0 | 2A | 33 | 1B | B | 28 | 36 |
| Octal | 271 | 153 | 132 | 0 | 52 | 63 | 33 | 13 | 50 | 66 |
| Binary | 10111001 | 1101011 | 1011010 | 0 | 101010 | 110011 | 11011 | 1011 | 101000 | 110110 |
Color Harmonies of #B96B5A
Complementary color
Monochromatic Colors of #B96B5A
Black with #B96B5A
Text Example
Text Example
White with #B96B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B5A; }
p { color: rgb(185,107,90); }
H1.HeaderClassName
{
color: #B96B5A;
}
.AnyTagClassName
{
color: #B96B5A;
}
</style>
background-color css
<style>
a { background-color: #B96B5A; }
a { background-color: rgb(185,107,90); }
div.DivClassName
{
background-color: #B96B5A;
}
.BgClassName
{
background-color: #B96B5A;
}
</style>
border-color css
<style>
span { border-color: #B96B5A; }
span { border-color: rgb(185,107,90); }
td.TdClassName
{
border-color: #B96B5A;
}
.TagClassName
{
border-color: #B96B5A;
}
</style>