Shades of Contessa #B7736E
Tints of Contessa #B7736E
RGB
CMYK
RGB Variations
Color information
#B7736E (or 0xB7736E) is known color: Contessa. HEX triplet: B7, 73 and 6E. RGB value is (183,115,110). Sum of RGB (Red+Green+Blue) = 183+115+110=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7736E is #488C91. Grayscale: #868686. Windows color (decimal): -4754578 or 7238583. OLE color: 7238583.
HSL color Cylindrical-coordinate representation of color #B7736E: hue angle of 4.11º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7736E is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 110 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.28 |
| HSL | 4.11º | 0.34% | 0.57% | - |
| HSV(B) | 4.11º | 0.4% | 0.72% | - |
| XYZ | 28.47 | 23.45 | 17.78 | - |
| YUV | 134.76 | 114.03 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 110 | 0 | 0.37 | 0.40 | 0.28 | 4.11 | 0.34 | 0.57 |
| Hex | B7 | 73 | 6E | 0 | 25 | 28 | 1C | 4 | 22 | 39 |
| Octal | 267 | 163 | 156 | 0 | 45 | 50 | 34 | 4 | 42 | 71 |
| Binary | 10110111 | 1110011 | 1101110 | 0 | 100101 | 101000 | 11100 | 100 | 100010 | 111001 |
Color Harmonies of #B7736E
Complementary color
Monochromatic Colors of #B7736E
Black with #B7736E
Text Example
Text Example
White with #B7736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7736E; }
p { color: rgb(183,115,110); }
H1.HeaderClassName
{
color: #B7736E;
}
.AnyTagClassName
{
color: #B7736E;
}
</style>
background-color css
<style>
a { background-color: #B7736E; }
a { background-color: rgb(183,115,110); }
div.DivClassName
{
background-color: #B7736E;
}
.BgClassName
{
background-color: #B7736E;
}
</style>
border-color css
<style>
span { border-color: #B7736E; }
span { border-color: rgb(183,115,110); }
td.TdClassName
{
border-color: #B7736E;
}
.TagClassName
{
border-color: #B7736E;
}
</style>