Shades of Contessa #B87262
Tints of Contessa #B87262
RGB
CMYK
RGB Variations
Color information
#B87262 (or 0xB87262) is known color: Contessa. HEX triplet: B8, 72 and 62. RGB value is (184,114,98). Sum of RGB (Red+Green+Blue) = 184+114+98=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B87262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87262 is #478D9D. Grayscale: #858585. Windows color (decimal): -4689310 or 6451896. OLE color: 6451896.
HSL color Cylindrical-coordinate representation of color #B87262: hue angle of 11.16º 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 #B87262 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 98 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.28 |
| HSL | 11.16º | 0.38% | 0.55% | - |
| HSV(B) | 11.16º | 0.47% | 0.72% | - |
| XYZ | 27.99 | 23.11 | 14.54 | - |
| YUV | 133.11 | 108.19 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 98 | 0 | 0.38 | 0.47 | 0.28 | 11.16 | 0.38 | 0.55 |
| Hex | B8 | 72 | 62 | 0 | 26 | 2F | 1C | B | 26 | 37 |
| Octal | 270 | 162 | 142 | 0 | 46 | 57 | 34 | 13 | 46 | 67 |
| Binary | 10111000 | 1110010 | 1100010 | 0 | 100110 | 101111 | 11100 | 1011 | 100110 | 110111 |
Color Harmonies of #B87262
Complementary color
Monochromatic Colors of #B87262
Black with #B87262
Text Example
Text Example
White with #B87262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87262; }
p { color: rgb(184,114,98); }
H1.HeaderClassName
{
color: #B87262;
}
.AnyTagClassName
{
color: #B87262;
}
</style>
background-color css
<style>
a { background-color: #B87262; }
a { background-color: rgb(184,114,98); }
div.DivClassName
{
background-color: #B87262;
}
.BgClassName
{
background-color: #B87262;
}
</style>
border-color css
<style>
span { border-color: #B87262; }
span { border-color: rgb(184,114,98); }
td.TdClassName
{
border-color: #B87262;
}
.TagClassName
{
border-color: #B87262;
}
</style>