Shades of Contessa #B7706F
Tints of Contessa #B7706F
RGB
CMYK
RGB Variations
Color information
#B7706F (or 0xB7706F) is known color: Contessa. HEX triplet: B7, 70 and 6F. RGB value is (183,112,111). Sum of RGB (Red+Green+Blue) = 183+112+111=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7706F is #488F90. Grayscale: #858585. Windows color (decimal): -4755345 or 7303351. OLE color: 7303351.
HSL color Cylindrical-coordinate representation of color #B7706F: hue angle of 0.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7706F is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 111 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.28 |
| HSL | 0.83º | 0.33% | 0.58% | - |
| HSV(B) | 0.83º | 0.39% | 0.72% | - |
| XYZ | 28.19 | 22.8 | 17.95 | - |
| YUV | 133.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 111 | 0 | 0.39 | 0.39 | 0.28 | 0.83 | 0.33 | 0.58 |
| Hex | B7 | 70 | 6F | 0 | 27 | 27 | 1C | 1 | 21 | 3A |
| Octal | 267 | 160 | 157 | 0 | 47 | 47 | 34 | 1 | 41 | 72 |
| Binary | 10110111 | 1110000 | 1101111 | 0 | 100111 | 100111 | 11100 | 1 | 100001 | 111010 |
Color Harmonies of #B7706F
Complementary color
Monochromatic Colors of #B7706F
Black with #B7706F
Text Example
Text Example
White with #B7706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7706F; }
p { color: rgb(183,112,111); }
H1.HeaderClassName
{
color: #B7706F;
}
.AnyTagClassName
{
color: #B7706F;
}
</style>
background-color css
<style>
a { background-color: #B7706F; }
a { background-color: rgb(183,112,111); }
div.DivClassName
{
background-color: #B7706F;
}
.BgClassName
{
background-color: #B7706F;
}
</style>
border-color css
<style>
span { border-color: #B7706F; }
span { border-color: rgb(183,112,111); }
td.TdClassName
{
border-color: #B7706F;
}
.TagClassName
{
border-color: #B7706F;
}
</style>