Shades of Contessa #B87260
Tints of Contessa #B87260
RGB
CMYK
RGB Variations
Color information
#B87260 (or 0xB87260) is known color: Contessa. HEX triplet: B8, 72 and 60. RGB value is (184,114,96). Sum of RGB (Red+Green+Blue) = 184+114+96=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B87260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87260 is #478D9F. Grayscale: #858585. Windows color (decimal): -4689312 or 6320824. OLE color: 6320824.
HSL color Cylindrical-coordinate representation of color #B87260: hue angle of 12.27º 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 #B87260 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 96 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.28 |
| HSL | 12.27º | 0.38% | 0.55% | - |
| HSV(B) | 12.27º | 0.48% | 0.72% | - |
| XYZ | 27.9 | 23.07 | 14.05 | - |
| YUV | 132.88 | 107.19 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 96 | 0 | 0.38 | 0.48 | 0.28 | 12.27 | 0.38 | 0.55 |
| Hex | B8 | 72 | 60 | 0 | 26 | 30 | 1C | C | 26 | 37 |
| Octal | 270 | 162 | 140 | 0 | 46 | 60 | 34 | 14 | 46 | 67 |
| Binary | 10111000 | 1110010 | 1100000 | 0 | 100110 | 110000 | 11100 | 1100 | 100110 | 110111 |
Color Harmonies of #B87260
Complementary color
Monochromatic Colors of #B87260
Black with #B87260
Text Example
Text Example
White with #B87260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87260; }
p { color: rgb(184,114,96); }
H1.HeaderClassName
{
color: #B87260;
}
.AnyTagClassName
{
color: #B87260;
}
</style>
background-color css
<style>
a { background-color: #B87260; }
a { background-color: rgb(184,114,96); }
div.DivClassName
{
background-color: #B87260;
}
.BgClassName
{
background-color: #B87260;
}
</style>
border-color css
<style>
span { border-color: #B87260; }
span { border-color: rgb(184,114,96); }
td.TdClassName
{
border-color: #B87260;
}
.TagClassName
{
border-color: #B87260;
}
</style>