Shades of Contessa #B76E68
Tints of Contessa #B76E68
RGB
CMYK
RGB Variations
Color information
#B76E68 (or 0xB76E68) is known color: Contessa. HEX triplet: B7, 6E and 68. RGB value is (183,110,104). Sum of RGB (Red+Green+Blue) = 183+110+104=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E68 is #489197. Grayscale: #838383. Windows color (decimal): -4755864 or 6844087. OLE color: 6844087.
HSL color Cylindrical-coordinate representation of color #B76E68: hue angle of 4.56º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B76E68 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 104 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.28 |
| HSL | 4.56º | 0.35% | 0.56% | - |
| HSV(B) | 4.56º | 0.43% | 0.72% | - |
| XYZ | 27.6 | 22.22 | 15.93 | - |
| YUV | 131.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 104 | 0 | 0.40 | 0.43 | 0.28 | 4.56 | 0.35 | 0.56 |
| Hex | B7 | 6E | 68 | 0 | 28 | 2B | 1C | 5 | 23 | 38 |
| Octal | 267 | 156 | 150 | 0 | 50 | 53 | 34 | 5 | 43 | 70 |
| Binary | 10110111 | 1101110 | 1101000 | 0 | 101000 | 101011 | 11100 | 101 | 100011 | 111000 |
Color Harmonies of #B76E68
Complementary color
Monochromatic Colors of #B76E68
Black with #B76E68
Text Example
Text Example
White with #B76E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E68; }
p { color: rgb(183,110,104); }
H1.HeaderClassName
{
color: #B76E68;
}
.AnyTagClassName
{
color: #B76E68;
}
</style>
background-color css
<style>
a { background-color: #B76E68; }
a { background-color: rgb(183,110,104); }
div.DivClassName
{
background-color: #B76E68;
}
.BgClassName
{
background-color: #B76E68;
}
</style>
border-color css
<style>
span { border-color: #B76E68; }
span { border-color: rgb(183,110,104); }
td.TdClassName
{
border-color: #B76E68;
}
.TagClassName
{
border-color: #B76E68;
}
</style>