Shades of Contessa #B7706A
Tints of Contessa #B7706A
RGB
CMYK
RGB Variations
Color information
#B7706A (or 0xB7706A) is known color: Contessa. HEX triplet: B7, 70 and 6A. RGB value is (183,112,106). Sum of RGB (Red+Green+Blue) = 183+112+106=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B7706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7706A is #488F95. Grayscale: #848484. Windows color (decimal): -4755350 or 6975671. OLE color: 6975671.
HSL color Cylindrical-coordinate representation of color #B7706A: hue angle of 4.68º 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 #B7706A is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 106 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.28 |
| HSL | 4.68º | 0.35% | 0.57% | - |
| HSV(B) | 4.68º | 0.42% | 0.72% | - |
| XYZ | 27.92 | 22.7 | 16.54 | - |
| YUV | 132.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 106 | 0 | 0.39 | 0.42 | 0.28 | 4.68 | 0.35 | 0.57 |
| Hex | B7 | 70 | 6A | 0 | 27 | 2A | 1C | 5 | 23 | 39 |
| Octal | 267 | 160 | 152 | 0 | 47 | 52 | 34 | 5 | 43 | 71 |
| Binary | 10110111 | 1110000 | 1101010 | 0 | 100111 | 101010 | 11100 | 101 | 100011 | 111001 |
Color Harmonies of #B7706A
Complementary color
Monochromatic Colors of #B7706A
Black with #B7706A
Text Example
Text Example
White with #B7706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7706A; }
p { color: rgb(183,112,106); }
H1.HeaderClassName
{
color: #B7706A;
}
.AnyTagClassName
{
color: #B7706A;
}
</style>
background-color css
<style>
a { background-color: #B7706A; }
a { background-color: rgb(183,112,106); }
div.DivClassName
{
background-color: #B7706A;
}
.BgClassName
{
background-color: #B7706A;
}
</style>
border-color css
<style>
span { border-color: #B7706A; }
span { border-color: rgb(183,112,106); }
td.TdClassName
{
border-color: #B7706A;
}
.TagClassName
{
border-color: #B7706A;
}
</style>