Shades of Contessa #B86D63
Tints of Contessa #B86D63
RGB
CMYK
RGB Variations
Color information
#B86D63 (or 0xB86D63) is known color: Contessa. HEX triplet: B8, 6D and 63. RGB value is (184,109,99). Sum of RGB (Red+Green+Blue) = 184+109+99=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D63 is #47929C. Grayscale: #828282. Windows color (decimal): -4690589 or 6516152. OLE color: 6516152.
HSL color Cylindrical-coordinate representation of color #B86D63: hue angle of 7.06º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86D63 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 99 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.28 |
| HSL | 7.06º | 0.37% | 0.55% | - |
| HSV(B) | 7.06º | 0.46% | 0.72% | - |
| XYZ | 27.49 | 22.03 | 14.61 | - |
| YUV | 130.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 99 | 0 | 0.41 | 0.46 | 0.28 | 7.06 | 0.37 | 0.55 |
| Hex | B8 | 6D | 63 | 0 | 29 | 2E | 1C | 7 | 25 | 37 |
| Octal | 270 | 155 | 143 | 0 | 51 | 56 | 34 | 7 | 45 | 67 |
| Binary | 10111000 | 1101101 | 1100011 | 0 | 101001 | 101110 | 11100 | 111 | 100101 | 110111 |
Color Harmonies of #B86D63
Complementary color
Monochromatic Colors of #B86D63
Black with #B86D63
Text Example
Text Example
White with #B86D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D63; }
p { color: rgb(184,109,99); }
H1.HeaderClassName
{
color: #B86D63;
}
.AnyTagClassName
{
color: #B86D63;
}
</style>
background-color css
<style>
a { background-color: #B86D63; }
a { background-color: rgb(184,109,99); }
div.DivClassName
{
background-color: #B86D63;
}
.BgClassName
{
background-color: #B86D63;
}
</style>
border-color css
<style>
span { border-color: #B86D63; }
span { border-color: rgb(184,109,99); }
td.TdClassName
{
border-color: #B86D63;
}
.TagClassName
{
border-color: #B86D63;
}
</style>