Shades of Contessa #B76E66
Tints of Contessa #B76E66
RGB
CMYK
RGB Variations
Color information
#B76E66 (or 0xB76E66) is known color: Contessa. HEX triplet: B7, 6E and 66. RGB value is (183,110,102). Sum of RGB (Red+Green+Blue) = 183+110+102=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E66 is #489199. Grayscale: #838383. Windows color (decimal): -4755866 or 6713015. OLE color: 6713015.
HSL color Cylindrical-coordinate representation of color #B76E66: hue angle of 5.93º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76E66 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 102 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.28 |
| HSL | 5.93º | 0.36% | 0.56% | - |
| HSV(B) | 5.93º | 0.44% | 0.72% | - |
| XYZ | 27.5 | 22.18 | 15.4 | - |
| YUV | 130.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 102 | 0 | 0.40 | 0.44 | 0.28 | 5.93 | 0.36 | 0.56 |
| Hex | B7 | 6E | 66 | 0 | 28 | 2C | 1C | 6 | 24 | 38 |
| Octal | 267 | 156 | 146 | 0 | 50 | 54 | 34 | 6 | 44 | 70 |
| Binary | 10110111 | 1101110 | 1100110 | 0 | 101000 | 101100 | 11100 | 110 | 100100 | 111000 |
Color Harmonies of #B76E66
Complementary color
Monochromatic Colors of #B76E66
Black with #B76E66
Text Example
Text Example
White with #B76E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E66; }
p { color: rgb(183,110,102); }
H1.HeaderClassName
{
color: #B76E66;
}
.AnyTagClassName
{
color: #B76E66;
}
</style>
background-color css
<style>
a { background-color: #B76E66; }
a { background-color: rgb(183,110,102); }
div.DivClassName
{
background-color: #B76E66;
}
.BgClassName
{
background-color: #B76E66;
}
</style>
border-color css
<style>
span { border-color: #B76E66; }
span { border-color: rgb(183,110,102); }
td.TdClassName
{
border-color: #B76E66;
}
.TagClassName
{
border-color: #B76E66;
}
</style>