Shades of Contessa #B6726A
Tints of Contessa #B6726A
RGB
CMYK
RGB Variations
Color information
#B6726A (or 0xB6726A) is known color: Contessa. HEX triplet: B6, 72 and 6A. RGB value is (182,114,106). Sum of RGB (Red+Green+Blue) = 182+114+106=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B6726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6726A is #498D95. Grayscale: #858585. Windows color (decimal): -4820374 or 6976182. OLE color: 6976182.
HSL color Cylindrical-coordinate representation of color #B6726A: hue angle of 6.32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6726A is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 106 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.29 |
| HSL | 6.32º | 0.34% | 0.56% | - |
| HSV(B) | 6.32º | 0.42% | 0.71% | - |
| XYZ | 27.91 | 23.02 | 16.61 | - |
| YUV | 133.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 106 | 0 | 0.37 | 0.42 | 0.29 | 6.32 | 0.34 | 0.56 |
| Hex | B6 | 72 | 6A | 0 | 25 | 2A | 1D | 6 | 22 | 38 |
| Octal | 266 | 162 | 152 | 0 | 45 | 52 | 35 | 6 | 42 | 70 |
| Binary | 10110110 | 1110010 | 1101010 | 0 | 100101 | 101010 | 11101 | 110 | 100010 | 111000 |
Color Harmonies of #B6726A
Complementary color
Monochromatic Colors of #B6726A
Black with #B6726A
Text Example
Text Example
White with #B6726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6726A; }
p { color: rgb(182,114,106); }
H1.HeaderClassName
{
color: #B6726A;
}
.AnyTagClassName
{
color: #B6726A;
}
</style>
background-color css
<style>
a { background-color: #B6726A; }
a { background-color: rgb(182,114,106); }
div.DivClassName
{
background-color: #B6726A;
}
.BgClassName
{
background-color: #B6726A;
}
</style>
border-color css
<style>
span { border-color: #B6726A; }
span { border-color: rgb(182,114,106); }
td.TdClassName
{
border-color: #B6726A;
}
.TagClassName
{
border-color: #B6726A;
}
</style>