Shades of Contessa #B86E5B
Tints of Contessa #B86E5B
RGB
CMYK
RGB Variations
Color information
#B86E5B (or 0xB86E5B) is known color: Contessa. HEX triplet: B8, 6E and 5B. RGB value is (184,110,91). Sum of RGB (Red+Green+Blue) = 184+110+91=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86E5B is #4791A4. Grayscale: #828282. Windows color (decimal): -4690341 or 5992120. OLE color: 5992120.
HSL color Cylindrical-coordinate representation of color #B86E5B: hue angle of 12.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B86E5B is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 91 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.28 |
| HSL | 12.26º | 0.4% | 0.54% | - |
| HSV(B) | 12.26º | 0.51% | 0.72% | - |
| XYZ | 27.23 | 22.1 | 12.73 | - |
| YUV | 129.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 91 | 0 | 0.40 | 0.51 | 0.28 | 12.26 | 0.4 | 0.54 |
| Hex | B8 | 6E | 5B | 0 | 28 | 33 | 1C | C | 28 | 36 |
| Octal | 270 | 156 | 133 | 0 | 50 | 63 | 34 | 14 | 50 | 66 |
| Binary | 10111000 | 1101110 | 1011011 | 0 | 101000 | 110011 | 11100 | 1100 | 101000 | 110110 |
Color Harmonies of #B86E5B
Complementary color
Monochromatic Colors of #B86E5B
Black with #B86E5B
Text Example
Text Example
White with #B86E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86E5B; }
p { color: rgb(184,110,91); }
H1.HeaderClassName
{
color: #B86E5B;
}
.AnyTagClassName
{
color: #B86E5B;
}
</style>
background-color css
<style>
a { background-color: #B86E5B; }
a { background-color: rgb(184,110,91); }
div.DivClassName
{
background-color: #B86E5B;
}
.BgClassName
{
background-color: #B86E5B;
}
</style>
border-color css
<style>
span { border-color: #B86E5B; }
span { border-color: rgb(184,110,91); }
td.TdClassName
{
border-color: #B86E5B;
}
.TagClassName
{
border-color: #B86E5B;
}
</style>