Shades of Contessa #B7736B
Tints of Contessa #B7736B
RGB
CMYK
RGB Variations
Color information
#B7736B (or 0xB7736B) is known color: Contessa. HEX triplet: B7, 73 and 6B. RGB value is (183,115,107). Sum of RGB (Red+Green+Blue) = 183+115+107=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7736B is #488C94. Grayscale: #868686. Windows color (decimal): -4754581 or 7041975. OLE color: 7041975.
HSL color Cylindrical-coordinate representation of color #B7736B: hue angle of 6.32º 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 #B7736B is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 107 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.28 |
| HSL | 6.32º | 0.35% | 0.57% | - |
| HSV(B) | 6.32º | 0.42% | 0.72% | - |
| XYZ | 28.31 | 23.39 | 16.93 | - |
| YUV | 134.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 107 | 0 | 0.37 | 0.42 | 0.28 | 6.32 | 0.35 | 0.57 |
| Hex | B7 | 73 | 6B | 0 | 25 | 2A | 1C | 6 | 23 | 39 |
| Octal | 267 | 163 | 153 | 0 | 45 | 52 | 34 | 6 | 43 | 71 |
| Binary | 10110111 | 1110011 | 1101011 | 0 | 100101 | 101010 | 11100 | 110 | 100011 | 111001 |
Color Harmonies of #B7736B
Complementary color
Monochromatic Colors of #B7736B
Black with #B7736B
Text Example
Text Example
White with #B7736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7736B; }
p { color: rgb(183,115,107); }
H1.HeaderClassName
{
color: #B7736B;
}
.AnyTagClassName
{
color: #B7736B;
}
</style>
background-color css
<style>
a { background-color: #B7736B; }
a { background-color: rgb(183,115,107); }
div.DivClassName
{
background-color: #B7736B;
}
.BgClassName
{
background-color: #B7736B;
}
</style>
border-color css
<style>
span { border-color: #B7736B; }
span { border-color: rgb(183,115,107); }
td.TdClassName
{
border-color: #B7736B;
}
.TagClassName
{
border-color: #B7736B;
}
</style>