Shades of Contessa #B66E6B
Tints of Contessa #B66E6B
RGB
CMYK
RGB Variations
Color information
#B66E6B (or 0xB66E6B) is known color: Contessa. HEX triplet: B6, 6E and 6B. RGB value is (182,110,107). Sum of RGB (Red+Green+Blue) = 182+110+107=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E6B is #499194. Grayscale: #838383. Windows color (decimal): -4821397 or 7040694. OLE color: 7040694.
HSL color Cylindrical-coordinate representation of color #B66E6B: hue angle of 2.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 #B66E6B is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 107 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.29 |
| HSL | 2.4º | 0.34% | 0.57% | - |
| HSV(B) | 2.4º | 0.41% | 0.71% | - |
| XYZ | 27.52 | 22.16 | 16.74 | - |
| YUV | 131.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 107 | 0 | 0.40 | 0.41 | 0.29 | 2.4 | 0.34 | 0.57 |
| Hex | B6 | 6E | 6B | 0 | 28 | 29 | 1D | 2 | 22 | 39 |
| Octal | 266 | 156 | 153 | 0 | 50 | 51 | 35 | 2 | 42 | 71 |
| Binary | 10110110 | 1101110 | 1101011 | 0 | 101000 | 101001 | 11101 | 10 | 100010 | 111001 |
Color Harmonies of #B66E6B
Complementary color
Monochromatic Colors of #B66E6B
Black with #B66E6B
Text Example
Text Example
White with #B66E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E6B; }
p { color: rgb(182,110,107); }
H1.HeaderClassName
{
color: #B66E6B;
}
.AnyTagClassName
{
color: #B66E6B;
}
</style>
background-color css
<style>
a { background-color: #B66E6B; }
a { background-color: rgb(182,110,107); }
div.DivClassName
{
background-color: #B66E6B;
}
.BgClassName
{
background-color: #B66E6B;
}
</style>
border-color css
<style>
span { border-color: #B66E6B; }
span { border-color: rgb(182,110,107); }
td.TdClassName
{
border-color: #B66E6B;
}
.TagClassName
{
border-color: #B66E6B;
}
</style>