Shades of Contessa #B86F60
Tints of Contessa #B86F60
RGB
CMYK
RGB Variations
Color information
#B86F60 (or 0xB86F60) is known color: Contessa. HEX triplet: B8, 6F and 60. RGB value is (184,111,96). Sum of RGB (Red+Green+Blue) = 184+111+96=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86F60 is #47909F. Grayscale: #838383. Windows color (decimal): -4690080 or 6320056. OLE color: 6320056.
HSL color Cylindrical-coordinate representation of color #B86F60: hue angle of 10.23º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B86F60 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 96 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.28 |
| HSL | 10.23º | 0.38% | 0.55% | - |
| HSV(B) | 10.23º | 0.48% | 0.72% | - |
| XYZ | 27.56 | 22.4 | 13.94 | - |
| YUV | 131.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 96 | 0 | 0.40 | 0.48 | 0.28 | 10.23 | 0.38 | 0.55 |
| Hex | B8 | 6F | 60 | 0 | 28 | 30 | 1C | A | 26 | 37 |
| Octal | 270 | 157 | 140 | 0 | 50 | 60 | 34 | 12 | 46 | 67 |
| Binary | 10111000 | 1101111 | 1100000 | 0 | 101000 | 110000 | 11100 | 1010 | 100110 | 110111 |
Color Harmonies of #B86F60
Complementary color
Monochromatic Colors of #B86F60
Black with #B86F60
Text Example
Text Example
White with #B86F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F60; }
p { color: rgb(184,111,96); }
H1.HeaderClassName
{
color: #B86F60;
}
.AnyTagClassName
{
color: #B86F60;
}
</style>
background-color css
<style>
a { background-color: #B86F60; }
a { background-color: rgb(184,111,96); }
div.DivClassName
{
background-color: #B86F60;
}
.BgClassName
{
background-color: #B86F60;
}
</style>
border-color css
<style>
span { border-color: #B86F60; }
span { border-color: rgb(184,111,96); }
td.TdClassName
{
border-color: #B86F60;
}
.TagClassName
{
border-color: #B86F60;
}
</style>