Shades of Contessa #B87660
Tints of Contessa #B87660
RGB
CMYK
RGB Variations
Color information
#B87660 (or 0xB87660) is known color: Contessa. HEX triplet: B8, 76 and 60. RGB value is (184,118,96). Sum of RGB (Red+Green+Blue) = 184+118+96=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B87660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87660 is #47899F. Grayscale: #878787. Windows color (decimal): -4688288 or 6321848. OLE color: 6321848.
HSL color Cylindrical-coordinate representation of color #B87660: hue angle of 15º 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 #B87660 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 96 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.28 |
| HSL | 15º | 0.38% | 0.55% | - |
| HSV(B) | 15º | 0.48% | 0.72% | - |
| XYZ | 28.36 | 23.99 | 14.2 | - |
| YUV | 135.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 96 | 0 | 0.36 | 0.48 | 0.28 | 15 | 0.38 | 0.55 |
| Hex | B8 | 76 | 60 | 0 | 24 | 30 | 1C | F | 26 | 37 |
| Octal | 270 | 166 | 140 | 0 | 44 | 60 | 34 | 17 | 46 | 67 |
| Binary | 10111000 | 1110110 | 1100000 | 0 | 100100 | 110000 | 11100 | 1111 | 100110 | 110111 |
Color Harmonies of #B87660
Complementary color
Monochromatic Colors of #B87660
Black with #B87660
Text Example
Text Example
White with #B87660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87660; }
p { color: rgb(184,118,96); }
H1.HeaderClassName
{
color: #B87660;
}
.AnyTagClassName
{
color: #B87660;
}
</style>
background-color css
<style>
a { background-color: #B87660; }
a { background-color: rgb(184,118,96); }
div.DivClassName
{
background-color: #B87660;
}
.BgClassName
{
background-color: #B87660;
}
</style>
border-color css
<style>
span { border-color: #B87660; }
span { border-color: rgb(184,118,96); }
td.TdClassName
{
border-color: #B87660;
}
.TagClassName
{
border-color: #B87660;
}
</style>