Shades of Contessa #B87460
Tints of Contessa #B87460
RGB
CMYK
RGB Variations
Color information
#B87460 (or 0xB87460) is known color: Contessa. HEX triplet: B8, 74 and 60. RGB value is (184,116,96). Sum of RGB (Red+Green+Blue) = 184+116+96=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B87460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87460 is #478B9F. Grayscale: #868686. Windows color (decimal): -4688800 or 6321336. OLE color: 6321336.
HSL color Cylindrical-coordinate representation of color #B87460: hue angle of 13.64º 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 #B87460 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 96 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.28 |
| HSL | 13.64º | 0.38% | 0.55% | - |
| HSV(B) | 13.64º | 0.48% | 0.72% | - |
| XYZ | 28.12 | 23.53 | 14.12 | - |
| YUV | 134.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 96 | 0 | 0.37 | 0.48 | 0.28 | 13.64 | 0.38 | 0.55 |
| Hex | B8 | 74 | 60 | 0 | 25 | 30 | 1C | E | 26 | 37 |
| Octal | 270 | 164 | 140 | 0 | 45 | 60 | 34 | 16 | 46 | 67 |
| Binary | 10111000 | 1110100 | 1100000 | 0 | 100101 | 110000 | 11100 | 1110 | 100110 | 110111 |
Color Harmonies of #B87460
Complementary color
Monochromatic Colors of #B87460
Black with #B87460
Text Example
Text Example
White with #B87460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87460; }
p { color: rgb(184,116,96); }
H1.HeaderClassName
{
color: #B87460;
}
.AnyTagClassName
{
color: #B87460;
}
</style>
background-color css
<style>
a { background-color: #B87460; }
a { background-color: rgb(184,116,96); }
div.DivClassName
{
background-color: #B87460;
}
.BgClassName
{
background-color: #B87460;
}
</style>
border-color css
<style>
span { border-color: #B87460; }
span { border-color: rgb(184,116,96); }
td.TdClassName
{
border-color: #B87460;
}
.TagClassName
{
border-color: #B87460;
}
</style>