Shades of Contessa #B86867
Tints of Contessa #B86867
RGB
CMYK
RGB Variations
Color information
#B86867 (or 0xB86867) is known color: Contessa. HEX triplet: B8, 68 and 67. RGB value is (184,104,103). Sum of RGB (Red+Green+Blue) = 184+104+103=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B86867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86867 is #479798. Grayscale: #7F7F7F. Windows color (decimal): -4691865 or 6777016. OLE color: 6777016.
HSL color Cylindrical-coordinate representation of color #B86867: hue angle of 0.74º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B86867 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 103 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.28 |
| HSL | 0.74º | 0.36% | 0.56% | - |
| HSV(B) | 0.74º | 0.44% | 0.72% | - |
| XYZ | 27.17 | 21.07 | 15.47 | - |
| YUV | 127.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 103 | 0 | 0.43 | 0.44 | 0.28 | 0.74 | 0.36 | 0.56 |
| Hex | B8 | 68 | 67 | 0 | 2B | 2C | 1C | 1 | 24 | 38 |
| Octal | 270 | 150 | 147 | 0 | 53 | 54 | 34 | 1 | 44 | 70 |
| Binary | 10111000 | 1101000 | 1100111 | 0 | 101011 | 101100 | 11100 | 1 | 100100 | 111000 |
Color Harmonies of #B86867
Complementary color
Monochromatic Colors of #B86867
Black with #B86867
Text Example
Text Example
White with #B86867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86867; }
p { color: rgb(184,104,103); }
H1.HeaderClassName
{
color: #B86867;
}
.AnyTagClassName
{
color: #B86867;
}
</style>
background-color css
<style>
a { background-color: #B86867; }
a { background-color: rgb(184,104,103); }
div.DivClassName
{
background-color: #B86867;
}
.BgClassName
{
background-color: #B86867;
}
</style>
border-color css
<style>
span { border-color: #B86867; }
span { border-color: rgb(184,104,103); }
td.TdClassName
{
border-color: #B86867;
}
.TagClassName
{
border-color: #B86867;
}
</style>