Shades of Contessa #B96D68
Tints of Contessa #B96D68
RGB
CMYK
RGB Variations
Color information
#B96D68 (or 0xB96D68) is known color: Contessa. HEX triplet: B9, 6D and 68. RGB value is (185,109,104). Sum of RGB (Red+Green+Blue) = 185+109+104=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D68 is #469297. Grayscale: #838383. Windows color (decimal): -4625048 or 6843833. OLE color: 6843833.
HSL color Cylindrical-coordinate representation of color #B96D68: hue angle of 3.7º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96D68 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 104 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.27 |
| HSL | 3.7º | 0.37% | 0.57% | - |
| HSV(B) | 3.7º | 0.44% | 0.73% | - |
| XYZ | 27.97 | 22.25 | 15.92 | - |
| YUV | 131.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 104 | 0 | 0.41 | 0.44 | 0.27 | 3.7 | 0.37 | 0.57 |
| Hex | B9 | 6D | 68 | 0 | 29 | 2C | 1B | 4 | 25 | 39 |
| Octal | 271 | 155 | 150 | 0 | 51 | 54 | 33 | 4 | 45 | 71 |
| Binary | 10111001 | 1101101 | 1101000 | 0 | 101001 | 101100 | 11011 | 100 | 100101 | 111001 |
Color Harmonies of #B96D68
Complementary color
Monochromatic Colors of #B96D68
Black with #B96D68
Text Example
Text Example
White with #B96D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D68; }
p { color: rgb(185,109,104); }
H1.HeaderClassName
{
color: #B96D68;
}
.AnyTagClassName
{
color: #B96D68;
}
</style>
background-color css
<style>
a { background-color: #B96D68; }
a { background-color: rgb(185,109,104); }
div.DivClassName
{
background-color: #B96D68;
}
.BgClassName
{
background-color: #B96D68;
}
</style>
border-color css
<style>
span { border-color: #B96D68; }
span { border-color: rgb(185,109,104); }
td.TdClassName
{
border-color: #B96D68;
}
.TagClassName
{
border-color: #B96D68;
}
</style>