Shades of Contessa #B86D64
Tints of Contessa #B86D64
RGB
CMYK
RGB Variations
Color information
#B86D64 (or 0xB86D64) is known color: Contessa. HEX triplet: B8, 6D and 64. RGB value is (184,109,100). Sum of RGB (Red+Green+Blue) = 184+109+100=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D64 is #47929B. Grayscale: #828282. Windows color (decimal): -4690588 or 6581688. OLE color: 6581688.
HSL color Cylindrical-coordinate representation of color #B86D64: hue angle of 6.43º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86D64 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 100 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.28 |
| HSL | 6.43º | 0.37% | 0.56% | - |
| HSV(B) | 6.43º | 0.46% | 0.72% | - |
| XYZ | 27.54 | 22.05 | 14.86 | - |
| YUV | 130.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 100 | 0 | 0.41 | 0.46 | 0.28 | 6.43 | 0.37 | 0.56 |
| Hex | B8 | 6D | 64 | 0 | 29 | 2E | 1C | 6 | 25 | 38 |
| Octal | 270 | 155 | 144 | 0 | 51 | 56 | 34 | 6 | 45 | 70 |
| Binary | 10111000 | 1101101 | 1100100 | 0 | 101001 | 101110 | 11100 | 110 | 100101 | 111000 |
Color Harmonies of #B86D64
Complementary color
Monochromatic Colors of #B86D64
Black with #B86D64
Text Example
Text Example
White with #B86D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D64; }
p { color: rgb(184,109,100); }
H1.HeaderClassName
{
color: #B86D64;
}
.AnyTagClassName
{
color: #B86D64;
}
</style>
background-color css
<style>
a { background-color: #B86D64; }
a { background-color: rgb(184,109,100); }
div.DivClassName
{
background-color: #B86D64;
}
.BgClassName
{
background-color: #B86D64;
}
</style>
border-color css
<style>
span { border-color: #B86D64; }
span { border-color: rgb(184,109,100); }
td.TdClassName
{
border-color: #B86D64;
}
.TagClassName
{
border-color: #B86D64;
}
</style>