Shades of Contessa #B76862
Tints of Contessa #B76862
RGB
CMYK
RGB Variations
Color information
#B76862 (or 0xB76862) is known color: Contessa. HEX triplet: B7, 68 and 62. RGB value is (183,104,98). Sum of RGB (Red+Green+Blue) = 183+104+98=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B76862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76862 is #48979D. Grayscale: #7F7F7F. Windows color (decimal): -4757406 or 6449335. OLE color: 6449335.
HSL color Cylindrical-coordinate representation of color #B76862: hue angle of 4.24º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B76862 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 98 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.28 |
| HSL | 4.24º | 0.37% | 0.55% | - |
| HSV(B) | 4.24º | 0.46% | 0.72% | - |
| XYZ | 26.68 | 20.85 | 14.17 | - |
| YUV | 126.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 98 | 0 | 0.43 | 0.46 | 0.28 | 4.24 | 0.37 | 0.55 |
| Hex | B7 | 68 | 62 | 0 | 2B | 2E | 1C | 4 | 25 | 37 |
| Octal | 267 | 150 | 142 | 0 | 53 | 56 | 34 | 4 | 45 | 67 |
| Binary | 10110111 | 1101000 | 1100010 | 0 | 101011 | 101110 | 11100 | 100 | 100101 | 110111 |
Color Harmonies of #B76862
Complementary color
Monochromatic Colors of #B76862
Black with #B76862
Text Example
Text Example
White with #B76862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76862; }
p { color: rgb(183,104,98); }
H1.HeaderClassName
{
color: #B76862;
}
.AnyTagClassName
{
color: #B76862;
}
</style>
background-color css
<style>
a { background-color: #B76862; }
a { background-color: rgb(183,104,98); }
div.DivClassName
{
background-color: #B76862;
}
.BgClassName
{
background-color: #B76862;
}
</style>
border-color css
<style>
span { border-color: #B76862; }
span { border-color: rgb(183,104,98); }
td.TdClassName
{
border-color: #B76862;
}
.TagClassName
{
border-color: #B76862;
}
</style>