Shades of Contessa #B86B5A
Tints of Contessa #B86B5A
RGB
CMYK
RGB Variations
Color information
#B86B5A (or 0xB86B5A) is known color: Contessa. HEX triplet: B8, 6B and 5A. RGB value is (184,107,90). Sum of RGB (Red+Green+Blue) = 184+107+90=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86B5A is #4794A5. Grayscale: #808080. Windows color (decimal): -4691110 or 5925816. OLE color: 5925816.
HSL color Cylindrical-coordinate representation of color #B86B5A: hue angle of 10.85º 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 #B86B5A is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 90 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.28 |
| HSL | 10.85º | 0.4% | 0.54% | - |
| HSV(B) | 10.85º | 0.51% | 0.72% | - |
| XYZ | 26.87 | 21.44 | 12.4 | - |
| YUV | 128.09 | 106.51 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 90 | 0 | 0.42 | 0.51 | 0.28 | 10.85 | 0.4 | 0.54 |
| Hex | B8 | 6B | 5A | 0 | 2A | 33 | 1C | B | 28 | 36 |
| Octal | 270 | 153 | 132 | 0 | 52 | 63 | 34 | 13 | 50 | 66 |
| Binary | 10111000 | 1101011 | 1011010 | 0 | 101010 | 110011 | 11100 | 1011 | 101000 | 110110 |
Color Harmonies of #B86B5A
Complementary color
Monochromatic Colors of #B86B5A
Black with #B86B5A
Text Example
Text Example
White with #B86B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B5A; }
p { color: rgb(184,107,90); }
H1.HeaderClassName
{
color: #B86B5A;
}
.AnyTagClassName
{
color: #B86B5A;
}
</style>
background-color css
<style>
a { background-color: #B86B5A; }
a { background-color: rgb(184,107,90); }
div.DivClassName
{
background-color: #B86B5A;
}
.BgClassName
{
background-color: #B86B5A;
}
</style>
border-color css
<style>
span { border-color: #B86B5A; }
span { border-color: rgb(184,107,90); }
td.TdClassName
{
border-color: #B86B5A;
}
.TagClassName
{
border-color: #B86B5A;
}
</style>