Shades of Contessa #B9706B
Tints of Contessa #B9706B
RGB
CMYK
RGB Variations
Color information
#B9706B (or 0xB9706B) is known color: Contessa. HEX triplet: B9, 70 and 6B. RGB value is (185,112,107). Sum of RGB (Red+Green+Blue) = 185+112+107=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B9706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9706B is #468F94. Grayscale: #858585. Windows color (decimal): -4624277 or 7041209. OLE color: 7041209.
HSL color Cylindrical-coordinate representation of color #B9706B: hue angle of 3.85º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9706B is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 107 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.27 |
| HSL | 3.85º | 0.36% | 0.57% | - |
| HSV(B) | 3.85º | 0.42% | 0.73% | - |
| XYZ | 28.46 | 22.96 | 16.84 | - |
| YUV | 133.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 107 | 0 | 0.39 | 0.42 | 0.27 | 3.85 | 0.36 | 0.57 |
| Hex | B9 | 70 | 6B | 0 | 27 | 2A | 1B | 4 | 24 | 39 |
| Octal | 271 | 160 | 153 | 0 | 47 | 52 | 33 | 4 | 44 | 71 |
| Binary | 10111001 | 1110000 | 1101011 | 0 | 100111 | 101010 | 11011 | 100 | 100100 | 111001 |
Color Harmonies of #B9706B
Complementary color
Monochromatic Colors of #B9706B
Black with #B9706B
Text Example
Text Example
White with #B9706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9706B; }
p { color: rgb(185,112,107); }
H1.HeaderClassName
{
color: #B9706B;
}
.AnyTagClassName
{
color: #B9706B;
}
</style>
background-color css
<style>
a { background-color: #B9706B; }
a { background-color: rgb(185,112,107); }
div.DivClassName
{
background-color: #B9706B;
}
.BgClassName
{
background-color: #B9706B;
}
</style>
border-color css
<style>
span { border-color: #B9706B; }
span { border-color: rgb(185,112,107); }
td.TdClassName
{
border-color: #B9706B;
}
.TagClassName
{
border-color: #B9706B;
}
</style>