Shades of Contessa #B86E6E
Tints of Contessa #B86E6E
RGB
CMYK
RGB Variations
Color information
#B86E6E (or 0xB86E6E) is known color: Contessa. HEX triplet: B8, 6E and 6E. RGB value is (184,110,110). Sum of RGB (Red+Green+Blue) = 184+110+110=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86E6E is #479191. Grayscale: #848484. Windows color (decimal): -4690322 or 7237304. OLE color: 7237304.
HSL color Cylindrical-coordinate representation of color #B86E6E: hue angle of 0º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86E6E is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 110 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.28 |
| HSL | 0º | 0.34% | 0.58% | - |
| HSV(B) | 0º | 0.4% | 0.72% | - |
| XYZ | 28.16 | 22.47 | 17.6 | - |
| YUV | 132.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 110 | 0 | 0.40 | 0.40 | 0.28 | 0 | 0.34 | 0.58 |
| Hex | B8 | 6E | 6E | 0 | 28 | 28 | 1C | 0 | 22 | 3A |
| Octal | 270 | 156 | 156 | 0 | 50 | 50 | 34 | 0 | 42 | 72 |
| Binary | 10111000 | 1101110 | 1101110 | 0 | 101000 | 101000 | 11100 | 0 | 100010 | 111010 |
Color Harmonies of #B86E6E
Complementary color
Monochromatic Colors of #B86E6E
Black with #B86E6E
Text Example
Text Example
White with #B86E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86E6E; }
p { color: rgb(184,110,110); }
H1.HeaderClassName
{
color: #B86E6E;
}
.AnyTagClassName
{
color: #B86E6E;
}
</style>
background-color css
<style>
a { background-color: #B86E6E; }
a { background-color: rgb(184,110,110); }
div.DivClassName
{
background-color: #B86E6E;
}
.BgClassName
{
background-color: #B86E6E;
}
</style>
border-color css
<style>
span { border-color: #B86E6E; }
span { border-color: rgb(184,110,110); }
td.TdClassName
{
border-color: #B86E6E;
}
.TagClassName
{
border-color: #B86E6E;
}
</style>