Shades of Contessa #B7706B
Tints of Contessa #B7706B
RGB
CMYK
RGB Variations
Color information
#B7706B (or 0xB7706B) is known color: Contessa. HEX triplet: B7, 70 and 6B. RGB value is (183,112,107). Sum of RGB (Red+Green+Blue) = 183+112+107=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7706B is #488F94. Grayscale: #848484. Windows color (decimal): -4755349 or 7041207. OLE color: 7041207.
HSL color Cylindrical-coordinate representation of color #B7706B: hue angle of 3.95º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7706B is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 107 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.28 |
| HSL | 3.95º | 0.35% | 0.57% | - |
| HSV(B) | 3.95º | 0.42% | 0.72% | - |
| XYZ | 27.98 | 22.72 | 16.82 | - |
| YUV | 132.66 | 113.52 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 107 | 0 | 0.39 | 0.42 | 0.28 | 3.95 | 0.35 | 0.57 |
| Hex | B7 | 70 | 6B | 0 | 27 | 2A | 1C | 4 | 23 | 39 |
| Octal | 267 | 160 | 153 | 0 | 47 | 52 | 34 | 4 | 43 | 71 |
| Binary | 10110111 | 1110000 | 1101011 | 0 | 100111 | 101010 | 11100 | 100 | 100011 | 111001 |
Color Harmonies of #B7706B
Complementary color
Monochromatic Colors of #B7706B
Black with #B7706B
Text Example
Text Example
White with #B7706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7706B; }
p { color: rgb(183,112,107); }
H1.HeaderClassName
{
color: #B7706B;
}
.AnyTagClassName
{
color: #B7706B;
}
</style>
background-color css
<style>
a { background-color: #B7706B; }
a { background-color: rgb(183,112,107); }
div.DivClassName
{
background-color: #B7706B;
}
.BgClassName
{
background-color: #B7706B;
}
</style>
border-color css
<style>
span { border-color: #B7706B; }
span { border-color: rgb(183,112,107); }
td.TdClassName
{
border-color: #B7706B;
}
.TagClassName
{
border-color: #B7706B;
}
</style>