Shades of Contessa #B86F64
Tints of Contessa #B86F64
RGB
CMYK
RGB Variations
Color information
#B86F64 (or 0xB86F64) is known color: Contessa. HEX triplet: B8, 6F and 64. RGB value is (184,111,100). Sum of RGB (Red+Green+Blue) = 184+111+100=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86F64 is #47909B. Grayscale: #838383. Windows color (decimal): -4690076 or 6582200. OLE color: 6582200.
HSL color Cylindrical-coordinate representation of color #B86F64: hue angle of 7.86º 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 #B86F64 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 100 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.28 |
| HSL | 7.86º | 0.37% | 0.56% | - |
| HSV(B) | 7.86º | 0.46% | 0.72% | - |
| XYZ | 27.75 | 22.48 | 14.93 | - |
| YUV | 131.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 100 | 0 | 0.40 | 0.46 | 0.28 | 7.86 | 0.37 | 0.56 |
| Hex | B8 | 6F | 64 | 0 | 28 | 2E | 1C | 8 | 25 | 38 |
| Octal | 270 | 157 | 144 | 0 | 50 | 56 | 34 | 10 | 45 | 70 |
| Binary | 10111000 | 1101111 | 1100100 | 0 | 101000 | 101110 | 11100 | 1000 | 100101 | 111000 |
Color Harmonies of #B86F64
Complementary color
Monochromatic Colors of #B86F64
Black with #B86F64
Text Example
Text Example
White with #B86F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F64; }
p { color: rgb(184,111,100); }
H1.HeaderClassName
{
color: #B86F64;
}
.AnyTagClassName
{
color: #B86F64;
}
</style>
background-color css
<style>
a { background-color: #B86F64; }
a { background-color: rgb(184,111,100); }
div.DivClassName
{
background-color: #B86F64;
}
.BgClassName
{
background-color: #B86F64;
}
</style>
border-color css
<style>
span { border-color: #B86F64; }
span { border-color: rgb(184,111,100); }
td.TdClassName
{
border-color: #B86F64;
}
.TagClassName
{
border-color: #B86F64;
}
</style>