Shades of Contessa #B7706D
Tints of Contessa #B7706D
RGB
CMYK
RGB Variations
Color information
#B7706D (or 0xB7706D) is known color: Contessa. HEX triplet: B7, 70 and 6D. RGB value is (183,112,109). Sum of RGB (Red+Green+Blue) = 183+112+109=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7706D is #488F92. Grayscale: #848484. Windows color (decimal): -4755347 or 7172279. OLE color: 7172279.
HSL color Cylindrical-coordinate representation of color #B7706D: hue angle of 2.43º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7706D is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 109 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.28 |
| HSL | 2.43º | 0.34% | 0.57% | - |
| HSV(B) | 2.43º | 0.4% | 0.72% | - |
| XYZ | 28.08 | 22.76 | 17.38 | - |
| YUV | 132.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 109 | 0 | 0.39 | 0.40 | 0.28 | 2.43 | 0.34 | 0.57 |
| Hex | B7 | 70 | 6D | 0 | 27 | 28 | 1C | 2 | 22 | 39 |
| Octal | 267 | 160 | 155 | 0 | 47 | 50 | 34 | 2 | 42 | 71 |
| Binary | 10110111 | 1110000 | 1101101 | 0 | 100111 | 101000 | 11100 | 10 | 100010 | 111001 |
Color Harmonies of #B7706D
Complementary color
Monochromatic Colors of #B7706D
Black with #B7706D
Text Example
Text Example
White with #B7706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7706D; }
p { color: rgb(183,112,109); }
H1.HeaderClassName
{
color: #B7706D;
}
.AnyTagClassName
{
color: #B7706D;
}
</style>
background-color css
<style>
a { background-color: #B7706D; }
a { background-color: rgb(183,112,109); }
div.DivClassName
{
background-color: #B7706D;
}
.BgClassName
{
background-color: #B7706D;
}
</style>
border-color css
<style>
span { border-color: #B7706D; }
span { border-color: rgb(183,112,109); }
td.TdClassName
{
border-color: #B7706D;
}
.TagClassName
{
border-color: #B7706D;
}
</style>