Shades of Contessa #B66E6A
Tints of Contessa #B66E6A
RGB
CMYK
RGB Variations
Color information
#B66E6A (or 0xB66E6A) is known color: Contessa. HEX triplet: B6, 6E and 6A. RGB value is (182,110,106). Sum of RGB (Red+Green+Blue) = 182+110+106=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E6A is #499195. Grayscale: #838383. Windows color (decimal): -4821398 or 6975158. OLE color: 6975158.
HSL color Cylindrical-coordinate representation of color #B66E6A: hue angle of 3.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B66E6A is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 106 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.29 |
| HSL | 3.16º | 0.34% | 0.56% | - |
| HSV(B) | 3.16º | 0.42% | 0.71% | - |
| XYZ | 27.47 | 22.14 | 16.46 | - |
| YUV | 131.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 106 | 0 | 0.40 | 0.42 | 0.29 | 3.16 | 0.34 | 0.56 |
| Hex | B6 | 6E | 6A | 0 | 28 | 2A | 1D | 3 | 22 | 38 |
| Octal | 266 | 156 | 152 | 0 | 50 | 52 | 35 | 3 | 42 | 70 |
| Binary | 10110110 | 1101110 | 1101010 | 0 | 101000 | 101010 | 11101 | 11 | 100010 | 111000 |
Color Harmonies of #B66E6A
Complementary color
Monochromatic Colors of #B66E6A
Black with #B66E6A
Text Example
Text Example
White with #B66E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E6A; }
p { color: rgb(182,110,106); }
H1.HeaderClassName
{
color: #B66E6A;
}
.AnyTagClassName
{
color: #B66E6A;
}
</style>
background-color css
<style>
a { background-color: #B66E6A; }
a { background-color: rgb(182,110,106); }
div.DivClassName
{
background-color: #B66E6A;
}
.BgClassName
{
background-color: #B66E6A;
}
</style>
border-color css
<style>
span { border-color: #B66E6A; }
span { border-color: rgb(182,110,106); }
td.TdClassName
{
border-color: #B66E6A;
}
.TagClassName
{
border-color: #B66E6A;
}
</style>