Shades of Contessa #B76C6B
Tints of Contessa #B76C6B
RGB
CMYK
RGB Variations
Color information
#B76C6B (or 0xB76C6B) is known color: Contessa. HEX triplet: B7, 6C and 6B. RGB value is (183,108,107). Sum of RGB (Red+Green+Blue) = 183+108+107=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C6B is #489394. Grayscale: #828282. Windows color (decimal): -4756373 or 7040183. OLE color: 7040183.
HSL color Cylindrical-coordinate representation of color #B76C6B: hue angle of 0.79º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76C6B is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 107 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.28 |
| HSL | 0.79º | 0.35% | 0.57% | - |
| HSV(B) | 0.79º | 0.42% | 0.72% | - |
| XYZ | 27.54 | 21.85 | 16.68 | - |
| YUV | 130.31 | 114.85 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 107 | 0 | 0.41 | 0.42 | 0.28 | 0.79 | 0.35 | 0.57 |
| Hex | B7 | 6C | 6B | 0 | 29 | 2A | 1C | 1 | 23 | 39 |
| Octal | 267 | 154 | 153 | 0 | 51 | 52 | 34 | 1 | 43 | 71 |
| Binary | 10110111 | 1101100 | 1101011 | 0 | 101001 | 101010 | 11100 | 1 | 100011 | 111001 |
Color Harmonies of #B76C6B
Complementary color
Monochromatic Colors of #B76C6B
Black with #B76C6B
Text Example
Text Example
White with #B76C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C6B; }
p { color: rgb(183,108,107); }
H1.HeaderClassName
{
color: #B76C6B;
}
.AnyTagClassName
{
color: #B76C6B;
}
</style>
background-color css
<style>
a { background-color: #B76C6B; }
a { background-color: rgb(183,108,107); }
div.DivClassName
{
background-color: #B76C6B;
}
.BgClassName
{
background-color: #B76C6B;
}
</style>
border-color css
<style>
span { border-color: #B76C6B; }
span { border-color: rgb(183,108,107); }
td.TdClassName
{
border-color: #B76C6B;
}
.TagClassName
{
border-color: #B76C6B;
}
</style>