Shades of Contessa #B76C6A
Tints of Contessa #B76C6A
RGB
CMYK
RGB Variations
Color information
#B76C6A (or 0xB76C6A) is known color: Contessa. HEX triplet: B7, 6C and 6A. RGB value is (183,108,106). Sum of RGB (Red+Green+Blue) = 183+108+106=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C6A is #489395. Grayscale: #828282. Windows color (decimal): -4756374 or 6974647. OLE color: 6974647.
HSL color Cylindrical-coordinate representation of color #B76C6A: hue angle of 1.56º 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 #B76C6A is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 106 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.28 |
| HSL | 1.56º | 0.35% | 0.57% | - |
| HSV(B) | 1.56º | 0.42% | 0.72% | - |
| XYZ | 27.49 | 21.83 | 16.4 | - |
| YUV | 130.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 106 | 0 | 0.41 | 0.42 | 0.28 | 1.56 | 0.35 | 0.57 |
| Hex | B7 | 6C | 6A | 0 | 29 | 2A | 1C | 2 | 23 | 39 |
| Octal | 267 | 154 | 152 | 0 | 51 | 52 | 34 | 2 | 43 | 71 |
| Binary | 10110111 | 1101100 | 1101010 | 0 | 101001 | 101010 | 11100 | 10 | 100011 | 111001 |
Color Harmonies of #B76C6A
Complementary color
Monochromatic Colors of #B76C6A
Black with #B76C6A
Text Example
Text Example
White with #B76C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C6A; }
p { color: rgb(183,108,106); }
H1.HeaderClassName
{
color: #B76C6A;
}
.AnyTagClassName
{
color: #B76C6A;
}
</style>
background-color css
<style>
a { background-color: #B76C6A; }
a { background-color: rgb(183,108,106); }
div.DivClassName
{
background-color: #B76C6A;
}
.BgClassName
{
background-color: #B76C6A;
}
</style>
border-color css
<style>
span { border-color: #B76C6A; }
span { border-color: rgb(183,108,106); }
td.TdClassName
{
border-color: #B76C6A;
}
.TagClassName
{
border-color: #B76C6A;
}
</style>