Shades of Contessa #B76863
Tints of Contessa #B76863
RGB
CMYK
RGB Variations
Color information
#B76863 (or 0xB76863) is known color: Contessa. HEX triplet: B7, 68 and 63. RGB value is (183,104,99). Sum of RGB (Red+Green+Blue) = 183+104+99=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B76863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76863 is #48979C. Grayscale: #7F7F7F. Windows color (decimal): -4757405 or 6514871. OLE color: 6514871.
HSL color Cylindrical-coordinate representation of color #B76863: hue angle of 3.57º 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 #B76863 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 99 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.28 |
| HSL | 3.57º | 0.37% | 0.55% | - |
| HSV(B) | 3.57º | 0.46% | 0.72% | - |
| XYZ | 26.73 | 20.87 | 14.42 | - |
| YUV | 127.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 99 | 0 | 0.43 | 0.46 | 0.28 | 3.57 | 0.37 | 0.55 |
| Hex | B7 | 68 | 63 | 0 | 2B | 2E | 1C | 4 | 25 | 37 |
| Octal | 267 | 150 | 143 | 0 | 53 | 56 | 34 | 4 | 45 | 67 |
| Binary | 10110111 | 1101000 | 1100011 | 0 | 101011 | 101110 | 11100 | 100 | 100101 | 110111 |
Color Harmonies of #B76863
Complementary color
Monochromatic Colors of #B76863
Black with #B76863
Text Example
Text Example
White with #B76863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76863; }
p { color: rgb(183,104,99); }
H1.HeaderClassName
{
color: #B76863;
}
.AnyTagClassName
{
color: #B76863;
}
</style>
background-color css
<style>
a { background-color: #B76863; }
a { background-color: rgb(183,104,99); }
div.DivClassName
{
background-color: #B76863;
}
.BgClassName
{
background-color: #B76863;
}
</style>
border-color css
<style>
span { border-color: #B76863; }
span { border-color: rgb(183,104,99); }
td.TdClassName
{
border-color: #B76863;
}
.TagClassName
{
border-color: #B76863;
}
</style>