Shades of Contessa #B9706D
Tints of Contessa #B9706D
RGB
CMYK
RGB Variations
Color information
#B9706D (or 0xB9706D) is known color: Contessa. HEX triplet: B9, 70 and 6D. RGB value is (185,112,109). Sum of RGB (Red+Green+Blue) = 185+112+109=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9706D is #468F92. Grayscale: #858585. Windows color (decimal): -4624275 or 7172281. OLE color: 7172281.
HSL color Cylindrical-coordinate representation of color #B9706D: hue angle of 2.37º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9706D is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 109 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.27 |
| HSL | 2.37º | 0.35% | 0.58% | - |
| HSV(B) | 2.37º | 0.41% | 0.73% | - |
| XYZ | 28.56 | 23.01 | 17.4 | - |
| YUV | 133.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 109 | 0 | 0.39 | 0.41 | 0.27 | 2.37 | 0.35 | 0.58 |
| Hex | B9 | 70 | 6D | 0 | 27 | 29 | 1B | 2 | 23 | 3A |
| Octal | 271 | 160 | 155 | 0 | 47 | 51 | 33 | 2 | 43 | 72 |
| Binary | 10111001 | 1110000 | 1101101 | 0 | 100111 | 101001 | 11011 | 10 | 100011 | 111010 |
Color Harmonies of #B9706D
Complementary color
Monochromatic Colors of #B9706D
Black with #B9706D
Text Example
Text Example
White with #B9706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9706D; }
p { color: rgb(185,112,109); }
H1.HeaderClassName
{
color: #B9706D;
}
.AnyTagClassName
{
color: #B9706D;
}
</style>
background-color css
<style>
a { background-color: #B9706D; }
a { background-color: rgb(185,112,109); }
div.DivClassName
{
background-color: #B9706D;
}
.BgClassName
{
background-color: #B9706D;
}
</style>
border-color css
<style>
span { border-color: #B9706D; }
span { border-color: rgb(185,112,109); }
td.TdClassName
{
border-color: #B9706D;
}
.TagClassName
{
border-color: #B9706D;
}
</style>