Shades of Contessa #B6736B
Tints of Contessa #B6736B
RGB
CMYK
RGB Variations
Color information
#B6736B (or 0xB6736B) is known color: Contessa. HEX triplet: B6, 73 and 6B. RGB value is (182,115,107). Sum of RGB (Red+Green+Blue) = 182+115+107=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6736B is #498C94. Grayscale: #868686. Windows color (decimal): -4820117 or 7041974. OLE color: 7041974.
HSL color Cylindrical-coordinate representation of color #B6736B: hue angle of 6.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6736B is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 107 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.29 |
| HSL | 6.4º | 0.34% | 0.57% | - |
| HSV(B) | 6.4º | 0.41% | 0.71% | - |
| XYZ | 28.08 | 23.27 | 16.92 | - |
| YUV | 134.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 107 | 0 | 0.37 | 0.41 | 0.29 | 6.4 | 0.34 | 0.57 |
| Hex | B6 | 73 | 6B | 0 | 25 | 29 | 1D | 6 | 22 | 39 |
| Octal | 266 | 163 | 153 | 0 | 45 | 51 | 35 | 6 | 42 | 71 |
| Binary | 10110110 | 1110011 | 1101011 | 0 | 100101 | 101001 | 11101 | 110 | 100010 | 111001 |
Color Harmonies of #B6736B
Complementary color
Monochromatic Colors of #B6736B
Black with #B6736B
Text Example
Text Example
White with #B6736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6736B; }
p { color: rgb(182,115,107); }
H1.HeaderClassName
{
color: #B6736B;
}
.AnyTagClassName
{
color: #B6736B;
}
</style>
background-color css
<style>
a { background-color: #B6736B; }
a { background-color: rgb(182,115,107); }
div.DivClassName
{
background-color: #B6736B;
}
.BgClassName
{
background-color: #B6736B;
}
</style>
border-color css
<style>
span { border-color: #B6736B; }
span { border-color: rgb(182,115,107); }
td.TdClassName
{
border-color: #B6736B;
}
.TagClassName
{
border-color: #B6736B;
}
</style>