Shades of Contessa #B86D68
Tints of Contessa #B86D68
RGB
CMYK
RGB Variations
Color information
#B86D68 (or 0xB86D68) is known color: Contessa. HEX triplet: B8, 6D and 68. RGB value is (184,109,104). Sum of RGB (Red+Green+Blue) = 184+109+104=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D68 is #479297. Grayscale: #828282. Windows color (decimal): -4690584 or 6843832. OLE color: 6843832.
HSL color Cylindrical-coordinate representation of color #B86D68: hue angle of 3.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B86D68 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 104 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.28 |
| HSL | 3.75º | 0.36% | 0.56% | - |
| HSV(B) | 3.75º | 0.43% | 0.72% | - |
| XYZ | 27.73 | 22.13 | 15.91 | - |
| YUV | 130.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 104 | 0 | 0.41 | 0.43 | 0.28 | 3.75 | 0.36 | 0.56 |
| Hex | B8 | 6D | 68 | 0 | 29 | 2B | 1C | 4 | 24 | 38 |
| Octal | 270 | 155 | 150 | 0 | 51 | 53 | 34 | 4 | 44 | 70 |
| Binary | 10111000 | 1101101 | 1101000 | 0 | 101001 | 101011 | 11100 | 100 | 100100 | 111000 |
Color Harmonies of #B86D68
Complementary color
Monochromatic Colors of #B86D68
Black with #B86D68
Text Example
Text Example
White with #B86D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D68; }
p { color: rgb(184,109,104); }
H1.HeaderClassName
{
color: #B86D68;
}
.AnyTagClassName
{
color: #B86D68;
}
</style>
background-color css
<style>
a { background-color: #B86D68; }
a { background-color: rgb(184,109,104); }
div.DivClassName
{
background-color: #B86D68;
}
.BgClassName
{
background-color: #B86D68;
}
</style>
border-color css
<style>
span { border-color: #B86D68; }
span { border-color: rgb(184,109,104); }
td.TdClassName
{
border-color: #B86D68;
}
.TagClassName
{
border-color: #B86D68;
}
</style>