Shades of Contessa #B86262
Tints of Contessa #B86262
RGB
CMYK
RGB Variations
Color information
#B86262 (or 0xB86262) is known color: Contessa. HEX triplet: B8, 62 and 62. RGB value is (184,98,98). Sum of RGB (Red+Green+Blue) = 184+98+98=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B86262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86262 is #479D9D. Grayscale: #7B7B7B. Windows color (decimal): -4693406 or 6447800. OLE color: 6447800.
HSL color Cylindrical-coordinate representation of color #B86262: hue angle of 0º 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 #B86262 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 98 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.28 |
| HSL | 0º | 0.38% | 0.55% | - |
| HSV(B) | 0º | 0.47% | 0.72% | - |
| XYZ | 26.34 | 19.81 | 13.99 | - |
| YUV | 123.71 | 113.49 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 98 | 0 | 0.47 | 0.47 | 0.28 | 0 | 0.38 | 0.55 |
| Hex | B8 | 62 | 62 | 0 | 2F | 2F | 1C | 0 | 26 | 37 |
| Octal | 270 | 142 | 142 | 0 | 57 | 57 | 34 | 0 | 46 | 67 |
| Binary | 10111000 | 1100010 | 1100010 | 0 | 101111 | 101111 | 11100 | 0 | 100110 | 110111 |
Color Harmonies of #B86262
Complementary color
Monochromatic Colors of #B86262
Black with #B86262
Text Example
Text Example
White with #B86262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86262; }
p { color: rgb(184,98,98); }
H1.HeaderClassName
{
color: #B86262;
}
.AnyTagClassName
{
color: #B86262;
}
</style>
background-color css
<style>
a { background-color: #B86262; }
a { background-color: rgb(184,98,98); }
div.DivClassName
{
background-color: #B86262;
}
.BgClassName
{
background-color: #B86262;
}
</style>
border-color css
<style>
span { border-color: #B86262; }
span { border-color: rgb(184,98,98); }
td.TdClassName
{
border-color: #B86262;
}
.TagClassName
{
border-color: #B86262;
}
</style>