Shades of Contessa #B6756C
Tints of Contessa #B6756C
RGB
CMYK
RGB Variations
Color information
#B6756C (or 0xB6756C) is known color: Contessa. HEX triplet: B6, 75 and 6C. RGB value is (182,117,108). Sum of RGB (Red+Green+Blue) = 182+117+108=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6756C is #498A93. Grayscale: #878787. Windows color (decimal): -4819604 or 7108022. OLE color: 7108022.
HSL color Cylindrical-coordinate representation of color #B6756C: hue angle of 7.3º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6756C is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 117 | 108 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.29 |
| HSL | 7.3º | 0.34% | 0.57% | - |
| HSV(B) | 7.3º | 0.41% | 0.71% | - |
| XYZ | 28.36 | 23.75 | 17.28 | - |
| YUV | 135.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 117 | 108 | 0 | 0.36 | 0.41 | 0.29 | 7.3 | 0.34 | 0.57 |
| Hex | B6 | 75 | 6C | 0 | 24 | 29 | 1D | 7 | 22 | 39 |
| Octal | 266 | 165 | 154 | 0 | 44 | 51 | 35 | 7 | 42 | 71 |
| Binary | 10110110 | 1110101 | 1101100 | 0 | 100100 | 101001 | 11101 | 111 | 100010 | 111001 |
Color Harmonies of #B6756C
Complementary color
Monochromatic Colors of #B6756C
Black with #B6756C
Text Example
Text Example
White with #B6756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6756C; }
p { color: rgb(182,117,108); }
H1.HeaderClassName
{
color: #B6756C;
}
.AnyTagClassName
{
color: #B6756C;
}
</style>
background-color css
<style>
a { background-color: #B6756C; }
a { background-color: rgb(182,117,108); }
div.DivClassName
{
background-color: #B6756C;
}
.BgClassName
{
background-color: #B6756C;
}
</style>
border-color css
<style>
span { border-color: #B6756C; }
span { border-color: rgb(182,117,108); }
td.TdClassName
{
border-color: #B6756C;
}
.TagClassName
{
border-color: #B6756C;
}
</style>