Shades of Contessa #B6706D
Tints of Contessa #B6706D
RGB
CMYK
RGB Variations
Color information
#B6706D (or 0xB6706D) is known color: Contessa. HEX triplet: B6, 70 and 6D. RGB value is (182,112,109). Sum of RGB (Red+Green+Blue) = 182+112+109=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6706D is #498F92. Grayscale: #848484. Windows color (decimal): -4820883 or 7172278. OLE color: 7172278.
HSL color Cylindrical-coordinate representation of color #B6706D: hue angle of 2.47º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6706D is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 109 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.29 |
| HSL | 2.47º | 0.33% | 0.57% | - |
| HSV(B) | 2.47º | 0.4% | 0.71% | - |
| XYZ | 27.85 | 22.64 | 17.37 | - |
| YUV | 132.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 109 | 0 | 0.38 | 0.40 | 0.29 | 2.47 | 0.33 | 0.57 |
| Hex | B6 | 70 | 6D | 0 | 26 | 28 | 1D | 2 | 21 | 39 |
| Octal | 266 | 160 | 155 | 0 | 46 | 50 | 35 | 2 | 41 | 71 |
| Binary | 10110110 | 1110000 | 1101101 | 0 | 100110 | 101000 | 11101 | 10 | 100001 | 111001 |
Color Harmonies of #B6706D
Complementary color
Monochromatic Colors of #B6706D
Black with #B6706D
Text Example
Text Example
White with #B6706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6706D; }
p { color: rgb(182,112,109); }
H1.HeaderClassName
{
color: #B6706D;
}
.AnyTagClassName
{
color: #B6706D;
}
</style>
background-color css
<style>
a { background-color: #B6706D; }
a { background-color: rgb(182,112,109); }
div.DivClassName
{
background-color: #B6706D;
}
.BgClassName
{
background-color: #B6706D;
}
</style>
border-color css
<style>
span { border-color: #B6706D; }
span { border-color: rgb(182,112,109); }
td.TdClassName
{
border-color: #B6706D;
}
.TagClassName
{
border-color: #B6706D;
}
</style>