Shades of Contessa #B86861
Tints of Contessa #B86861
RGB
CMYK
RGB Variations
Color information
#B86861 (or 0xB86861) is known color: Contessa. HEX triplet: B8, 68 and 61. RGB value is (184,104,97). Sum of RGB (Red+Green+Blue) = 184+104+97=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B86861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86861 is #47979E. Grayscale: #7F7F7F. Windows color (decimal): -4691871 or 6383800. OLE color: 6383800.
HSL color Cylindrical-coordinate representation of color #B86861: hue angle of 4.83º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86861 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 97 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.28 |
| HSL | 4.83º | 0.38% | 0.55% | - |
| HSV(B) | 4.83º | 0.47% | 0.72% | - |
| XYZ | 26.88 | 20.95 | 13.94 | - |
| YUV | 127.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 97 | 0 | 0.43 | 0.47 | 0.28 | 4.83 | 0.38 | 0.55 |
| Hex | B8 | 68 | 61 | 0 | 2B | 2F | 1C | 5 | 26 | 37 |
| Octal | 270 | 150 | 141 | 0 | 53 | 57 | 34 | 5 | 46 | 67 |
| Binary | 10111000 | 1101000 | 1100001 | 0 | 101011 | 101111 | 11100 | 101 | 100110 | 110111 |
Color Harmonies of #B86861
Complementary color
Monochromatic Colors of #B86861
Black with #B86861
Text Example
Text Example
White with #B86861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86861; }
p { color: rgb(184,104,97); }
H1.HeaderClassName
{
color: #B86861;
}
.AnyTagClassName
{
color: #B86861;
}
</style>
background-color css
<style>
a { background-color: #B86861; }
a { background-color: rgb(184,104,97); }
div.DivClassName
{
background-color: #B86861;
}
.BgClassName
{
background-color: #B86861;
}
</style>
border-color css
<style>
span { border-color: #B86861; }
span { border-color: rgb(184,104,97); }
td.TdClassName
{
border-color: #B86861;
}
.TagClassName
{
border-color: #B86861;
}
</style>