Shades of Contessa #B76966
Tints of Contessa #B76966
RGB
CMYK
RGB Variations
Color information
#B76966 (or 0xB76966) is known color: Contessa. HEX triplet: B7, 69 and 66. RGB value is (183,105,102). Sum of RGB (Red+Green+Blue) = 183+105+102=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B76966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76966 is #489699. Grayscale: #808080. Windows color (decimal): -4757146 or 6711735. OLE color: 6711735.
HSL color Cylindrical-coordinate representation of color #B76966: hue angle of 2.22º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76966 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 102 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.28 |
| HSL | 2.22º | 0.36% | 0.56% | - |
| HSV(B) | 2.22º | 0.44% | 0.72% | - |
| XYZ | 26.98 | 21.13 | 15.23 | - |
| YUV | 127.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 102 | 0 | 0.43 | 0.44 | 0.28 | 2.22 | 0.36 | 0.56 |
| Hex | B7 | 69 | 66 | 0 | 2B | 2C | 1C | 2 | 24 | 38 |
| Octal | 267 | 151 | 146 | 0 | 53 | 54 | 34 | 2 | 44 | 70 |
| Binary | 10110111 | 1101001 | 1100110 | 0 | 101011 | 101100 | 11100 | 10 | 100100 | 111000 |
Color Harmonies of #B76966
Complementary color
Monochromatic Colors of #B76966
Black with #B76966
Text Example
Text Example
White with #B76966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76966; }
p { color: rgb(183,105,102); }
H1.HeaderClassName
{
color: #B76966;
}
.AnyTagClassName
{
color: #B76966;
}
</style>
background-color css
<style>
a { background-color: #B76966; }
a { background-color: rgb(183,105,102); }
div.DivClassName
{
background-color: #B76966;
}
.BgClassName
{
background-color: #B76966;
}
</style>
border-color css
<style>
span { border-color: #B76966; }
span { border-color: rgb(183,105,102); }
td.TdClassName
{
border-color: #B76966;
}
.TagClassName
{
border-color: #B76966;
}
</style>