Shades of Contessa #B6786D
Tints of Contessa #B6786D
RGB
CMYK
RGB Variations
Color information
#B6786D (or 0xB6786D) is known color: Contessa. HEX triplet: B6, 78 and 6D. RGB value is (182,120,109). Sum of RGB (Red+Green+Blue) = 182+120+109=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B6786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6786D is #498792. Grayscale: #898989. Windows color (decimal): -4818835 or 7174326. OLE color: 7174326.
HSL color Cylindrical-coordinate representation of color #B6786D: hue angle of 9.04º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6786D is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 120 | 109 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.29 |
| HSL | 9.04º | 0.33% | 0.57% | - |
| HSV(B) | 9.04º | 0.4% | 0.71% | - |
| XYZ | 28.77 | 24.48 | 17.68 | - |
| YUV | 137.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 109 | 0 | 0.34 | 0.40 | 0.29 | 9.04 | 0.33 | 0.57 |
| Hex | B6 | 78 | 6D | 0 | 22 | 28 | 1D | 9 | 21 | 39 |
| Octal | 266 | 170 | 155 | 0 | 42 | 50 | 35 | 11 | 41 | 71 |
| Binary | 10110110 | 1111000 | 1101101 | 0 | 100010 | 101000 | 11101 | 1001 | 100001 | 111001 |
Color Harmonies of #B6786D
Complementary color
Monochromatic Colors of #B6786D
Black with #B6786D
Text Example
Text Example
White with #B6786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6786D; }
p { color: rgb(182,120,109); }
H1.HeaderClassName
{
color: #B6786D;
}
.AnyTagClassName
{
color: #B6786D;
}
</style>
background-color css
<style>
a { background-color: #B6786D; }
a { background-color: rgb(182,120,109); }
div.DivClassName
{
background-color: #B6786D;
}
.BgClassName
{
background-color: #B6786D;
}
</style>
border-color css
<style>
span { border-color: #B6786D; }
span { border-color: rgb(182,120,109); }
td.TdClassName
{
border-color: #B6786D;
}
.TagClassName
{
border-color: #B6786D;
}
</style>