Shades of Contessa #B86C69
Tints of Contessa #B86C69
RGB
CMYK
RGB Variations
Color information
#B86C69 (or 0xB86C69) is known color: Contessa. HEX triplet: B8, 6C and 69. RGB value is (184,108,105). Sum of RGB (Red+Green+Blue) = 184+108+105=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86C69 is #479396. Grayscale: #828282. Windows color (decimal): -4690839 or 6909112. OLE color: 6909112.
HSL color Cylindrical-coordinate representation of color #B86C69: hue angle of 2.28º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B86C69 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 105 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.28 |
| HSL | 2.28º | 0.36% | 0.57% | - |
| HSV(B) | 2.28º | 0.43% | 0.72% | - |
| XYZ | 27.68 | 21.94 | 16.14 | - |
| YUV | 130.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 105 | 0 | 0.41 | 0.43 | 0.28 | 2.28 | 0.36 | 0.57 |
| Hex | B8 | 6C | 69 | 0 | 29 | 2B | 1C | 2 | 24 | 39 |
| Octal | 270 | 154 | 151 | 0 | 51 | 53 | 34 | 2 | 44 | 71 |
| Binary | 10111000 | 1101100 | 1101001 | 0 | 101001 | 101011 | 11100 | 10 | 100100 | 111001 |
Color Harmonies of #B86C69
Complementary color
Monochromatic Colors of #B86C69
Black with #B86C69
Text Example
Text Example
White with #B86C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C69; }
p { color: rgb(184,108,105); }
H1.HeaderClassName
{
color: #B86C69;
}
.AnyTagClassName
{
color: #B86C69;
}
</style>
background-color css
<style>
a { background-color: #B86C69; }
a { background-color: rgb(184,108,105); }
div.DivClassName
{
background-color: #B86C69;
}
.BgClassName
{
background-color: #B86C69;
}
</style>
border-color css
<style>
span { border-color: #B86C69; }
span { border-color: rgb(184,108,105); }
td.TdClassName
{
border-color: #B86C69;
}
.TagClassName
{
border-color: #B86C69;
}
</style>