Shades of Contessa #B76C61
Tints of Contessa #B76C61
RGB
CMYK
RGB Variations
Color information
#B76C61 (or 0xB76C61) is known color: Contessa. HEX triplet: B7, 6C and 61. RGB value is (183,108,97). Sum of RGB (Red+Green+Blue) = 183+108+97=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C61 is #48939E. Grayscale: #818181. Windows color (decimal): -4756383 or 6384823. OLE color: 6384823.
HSL color Cylindrical-coordinate representation of color #B76C61: hue angle of 7.67º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B76C61 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 97 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.28 |
| HSL | 7.67º | 0.37% | 0.55% | - |
| HSV(B) | 7.67º | 0.47% | 0.72% | - |
| XYZ | 27.05 | 21.66 | 14.06 | - |
| YUV | 129.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 97 | 0 | 0.41 | 0.47 | 0.28 | 7.67 | 0.37 | 0.55 |
| Hex | B7 | 6C | 61 | 0 | 29 | 2F | 1C | 8 | 25 | 37 |
| Octal | 267 | 154 | 141 | 0 | 51 | 57 | 34 | 10 | 45 | 67 |
| Binary | 10110111 | 1101100 | 1100001 | 0 | 101001 | 101111 | 11100 | 1000 | 100101 | 110111 |
Color Harmonies of #B76C61
Complementary color
Monochromatic Colors of #B76C61
Black with #B76C61
Text Example
Text Example
White with #B76C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C61; }
p { color: rgb(183,108,97); }
H1.HeaderClassName
{
color: #B76C61;
}
.AnyTagClassName
{
color: #B76C61;
}
</style>
background-color css
<style>
a { background-color: #B76C61; }
a { background-color: rgb(183,108,97); }
div.DivClassName
{
background-color: #B76C61;
}
.BgClassName
{
background-color: #B76C61;
}
</style>
border-color css
<style>
span { border-color: #B76C61; }
span { border-color: rgb(183,108,97); }
td.TdClassName
{
border-color: #B76C61;
}
.TagClassName
{
border-color: #B76C61;
}
</style>