Shades of Contessa #B86564
Tints of Contessa #B86564
RGB
CMYK
RGB Variations
Color information
#B86564 (or 0xB86564) is known color: Contessa. HEX triplet: B8, 65 and 64. RGB value is (184,101,100). Sum of RGB (Red+Green+Blue) = 184+101+100=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B86564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86564 is #479A9B. Grayscale: #7D7D7D. Windows color (decimal): -4692636 or 6579640. OLE color: 6579640.
HSL color Cylindrical-coordinate representation of color #B86564: hue angle of 0.71º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86564 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 100 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.28 |
| HSL | 0.71º | 0.37% | 0.56% | - |
| HSV(B) | 0.71º | 0.46% | 0.72% | - |
| XYZ | 26.72 | 20.42 | 14.59 | - |
| YUV | 125.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 100 | 0 | 0.45 | 0.46 | 0.28 | 0.71 | 0.37 | 0.56 |
| Hex | B8 | 65 | 64 | 0 | 2D | 2E | 1C | 1 | 25 | 38 |
| Octal | 270 | 145 | 144 | 0 | 55 | 56 | 34 | 1 | 45 | 70 |
| Binary | 10111000 | 1100101 | 1100100 | 0 | 101101 | 101110 | 11100 | 1 | 100101 | 111000 |
Color Harmonies of #B86564
Complementary color
Monochromatic Colors of #B86564
Black with #B86564
Text Example
Text Example
White with #B86564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86564; }
p { color: rgb(184,101,100); }
H1.HeaderClassName
{
color: #B86564;
}
.AnyTagClassName
{
color: #B86564;
}
</style>
background-color css
<style>
a { background-color: #B86564; }
a { background-color: rgb(184,101,100); }
div.DivClassName
{
background-color: #B86564;
}
.BgClassName
{
background-color: #B86564;
}
</style>
border-color css
<style>
span { border-color: #B86564; }
span { border-color: rgb(184,101,100); }
td.TdClassName
{
border-color: #B86564;
}
.TagClassName
{
border-color: #B86564;
}
</style>