Shades of Contessa #B76C60
Tints of Contessa #B76C60
RGB
CMYK
RGB Variations
Color information
#B76C60 (or 0xB76C60) is known color: Contessa. HEX triplet: B7, 6C and 60. RGB value is (183,108,96). Sum of RGB (Red+Green+Blue) = 183+108+96=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C60 is #48939F. Grayscale: #818181. Windows color (decimal): -4756384 or 6319287. OLE color: 6319287.
HSL color Cylindrical-coordinate representation of color #B76C60: hue angle of 8.28º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B76C60 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 96 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.28 |
| HSL | 8.28º | 0.38% | 0.55% | - |
| HSV(B) | 8.28º | 0.48% | 0.72% | - |
| XYZ | 27 | 21.64 | 13.82 | - |
| YUV | 129.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 96 | 0 | 0.41 | 0.48 | 0.28 | 8.28 | 0.38 | 0.55 |
| Hex | B7 | 6C | 60 | 0 | 29 | 30 | 1C | 8 | 26 | 37 |
| Octal | 267 | 154 | 140 | 0 | 51 | 60 | 34 | 10 | 46 | 67 |
| Binary | 10110111 | 1101100 | 1100000 | 0 | 101001 | 110000 | 11100 | 1000 | 100110 | 110111 |
Color Harmonies of #B76C60
Complementary color
Monochromatic Colors of #B76C60
Black with #B76C60
Text Example
Text Example
White with #B76C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C60; }
p { color: rgb(183,108,96); }
H1.HeaderClassName
{
color: #B76C60;
}
.AnyTagClassName
{
color: #B76C60;
}
</style>
background-color css
<style>
a { background-color: #B76C60; }
a { background-color: rgb(183,108,96); }
div.DivClassName
{
background-color: #B76C60;
}
.BgClassName
{
background-color: #B76C60;
}
</style>
border-color css
<style>
span { border-color: #B76C60; }
span { border-color: rgb(183,108,96); }
td.TdClassName
{
border-color: #B76C60;
}
.TagClassName
{
border-color: #B76C60;
}
</style>