Shades of Contessa #B86B6B
Tints of Contessa #B86B6B
RGB
CMYK
RGB Variations
Color information
#B86B6B (or 0xB86B6B) is known color: Contessa. HEX triplet: B8, 6B and 6B. RGB value is (184,107,107). Sum of RGB (Red+Green+Blue) = 184+107+107=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86B6B is #479494. Grayscale: #828282. Windows color (decimal): -4691093 or 7039928. OLE color: 7039928.
HSL color Cylindrical-coordinate representation of color #B86B6B: hue angle of 0º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86B6B is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 107 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.28 |
| HSL | 0º | 0.35% | 0.57% | - |
| HSV(B) | 0º | 0.42% | 0.72% | - |
| XYZ | 27.68 | 21.77 | 16.65 | - |
| YUV | 130.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 107 | 0 | 0.42 | 0.42 | 0.28 | 0 | 0.35 | 0.57 |
| Hex | B8 | 6B | 6B | 0 | 2A | 2A | 1C | 0 | 23 | 39 |
| Octal | 270 | 153 | 153 | 0 | 52 | 52 | 34 | 0 | 43 | 71 |
| Binary | 10111000 | 1101011 | 1101011 | 0 | 101010 | 101010 | 11100 | 0 | 100011 | 111001 |
Color Harmonies of #B86B6B
Complementary color
Monochromatic Colors of #B86B6B
Black with #B86B6B
Text Example
Text Example
White with #B86B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B6B; }
p { color: rgb(184,107,107); }
H1.HeaderClassName
{
color: #B86B6B;
}
.AnyTagClassName
{
color: #B86B6B;
}
</style>
background-color css
<style>
a { background-color: #B86B6B; }
a { background-color: rgb(184,107,107); }
div.DivClassName
{
background-color: #B86B6B;
}
.BgClassName
{
background-color: #B86B6B;
}
</style>
border-color css
<style>
span { border-color: #B86B6B; }
span { border-color: rgb(184,107,107); }
td.TdClassName
{
border-color: #B86B6B;
}
.TagClassName
{
border-color: #B86B6B;
}
</style>