Shades of Contessa #B86763
Tints of Contessa #B86763
RGB
CMYK
RGB Variations
Color information
#B86763 (or 0xB86763) is known color: Contessa. HEX triplet: B8, 67 and 63. RGB value is (184,103,99). Sum of RGB (Red+Green+Blue) = 184+103+99=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B86763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86763 is #47989C. Grayscale: #7E7E7E. Windows color (decimal): -4692125 or 6514616. OLE color: 6514616.
HSL color Cylindrical-coordinate representation of color #B86763: hue angle of 2.82º 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 #B86763 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 99 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.28 |
| HSL | 2.82º | 0.37% | 0.55% | - |
| HSV(B) | 2.82º | 0.46% | 0.72% | - |
| XYZ | 26.87 | 20.79 | 14.4 | - |
| YUV | 126.76 | 112.34 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 99 | 0 | 0.44 | 0.46 | 0.28 | 2.82 | 0.37 | 0.55 |
| Hex | B8 | 67 | 63 | 0 | 2C | 2E | 1C | 3 | 25 | 37 |
| Octal | 270 | 147 | 143 | 0 | 54 | 56 | 34 | 3 | 45 | 67 |
| Binary | 10111000 | 1100111 | 1100011 | 0 | 101100 | 101110 | 11100 | 11 | 100101 | 110111 |
Color Harmonies of #B86763
Complementary color
Monochromatic Colors of #B86763
Black with #B86763
Text Example
Text Example
White with #B86763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86763; }
p { color: rgb(184,103,99); }
H1.HeaderClassName
{
color: #B86763;
}
.AnyTagClassName
{
color: #B86763;
}
</style>
background-color css
<style>
a { background-color: #B86763; }
a { background-color: rgb(184,103,99); }
div.DivClassName
{
background-color: #B86763;
}
.BgClassName
{
background-color: #B86763;
}
</style>
border-color css
<style>
span { border-color: #B86763; }
span { border-color: rgb(184,103,99); }
td.TdClassName
{
border-color: #B86763;
}
.TagClassName
{
border-color: #B86763;
}
</style>