Shades of Contessa #B96F5D
Tints of Contessa #B96F5D
RGB
CMYK
RGB Variations
Color information
#B96F5D (or 0xB96F5D) is known color: Contessa. HEX triplet: B9, 6F and 5D. RGB value is (185,111,93). Sum of RGB (Red+Green+Blue) = 185+111+93=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F5D is #4690A2. Grayscale: #838383. Windows color (decimal): -4624547 or 6123449. OLE color: 6123449.
HSL color Cylindrical-coordinate representation of color #B96F5D: hue angle of 11.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B96F5D is Cyan = 0, Magento = 0.4, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 93 | - |
| CMYK | 0 | 0.4 | 0.50 | 0.27 |
| HSL | 11.74º | 0.4% | 0.55% | - |
| HSV(B) | 11.74º | 0.5% | 0.73% | - |
| XYZ | 27.67 | 22.47 | 13.24 | - |
| YUV | 131.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 93 | 0 | 0.4 | 0.50 | 0.27 | 11.74 | 0.4 | 0.55 |
| Hex | B9 | 6F | 5D | 0 | 28 | 32 | 1B | C | 28 | 37 |
| Octal | 271 | 157 | 135 | 0 | 50 | 62 | 33 | 14 | 50 | 67 |
| Binary | 10111001 | 1101111 | 1011101 | 0 | 101000 | 110010 | 11011 | 1100 | 101000 | 110111 |
Color Harmonies of #B96F5D
Complementary color
Monochromatic Colors of #B96F5D
Black with #B96F5D
Text Example
Text Example
White with #B96F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F5D; }
p { color: rgb(185,111,93); }
H1.HeaderClassName
{
color: #B96F5D;
}
.AnyTagClassName
{
color: #B96F5D;
}
</style>
background-color css
<style>
a { background-color: #B96F5D; }
a { background-color: rgb(185,111,93); }
div.DivClassName
{
background-color: #B96F5D;
}
.BgClassName
{
background-color: #B96F5D;
}
</style>
border-color css
<style>
span { border-color: #B96F5D; }
span { border-color: rgb(185,111,93); }
td.TdClassName
{
border-color: #B96F5D;
}
.TagClassName
{
border-color: #B96F5D;
}
</style>