Shades of Contessa #B96A68
Tints of Contessa #B96A68
RGB
CMYK
RGB Variations
Color information
#B96A68 (or 0xB96A68) is known color: Contessa. HEX triplet: B9, 6A and 68. RGB value is (185,106,104). Sum of RGB (Red+Green+Blue) = 185+106+104=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A68 is #469597. Grayscale: #818181. Windows color (decimal): -4625816 or 6843065. OLE color: 6843065.
HSL color Cylindrical-coordinate representation of color #B96A68: hue angle of 1.48º 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 #B96A68 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 104 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.27 |
| HSL | 1.48º | 0.37% | 0.57% | - |
| HSV(B) | 1.48º | 0.44% | 0.73% | - |
| XYZ | 27.66 | 21.62 | 15.81 | - |
| YUV | 129.39 | 113.67 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 104 | 0 | 0.43 | 0.44 | 0.27 | 1.48 | 0.37 | 0.57 |
| Hex | B9 | 6A | 68 | 0 | 2B | 2C | 1B | 1 | 25 | 39 |
| Octal | 271 | 152 | 150 | 0 | 53 | 54 | 33 | 1 | 45 | 71 |
| Binary | 10111001 | 1101010 | 1101000 | 0 | 101011 | 101100 | 11011 | 1 | 100101 | 111001 |
Color Harmonies of #B96A68
Complementary color
Monochromatic Colors of #B96A68
Black with #B96A68
Text Example
Text Example
White with #B96A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96A68; }
p { color: rgb(185,106,104); }
H1.HeaderClassName
{
color: #B96A68;
}
.AnyTagClassName
{
color: #B96A68;
}
</style>
background-color css
<style>
a { background-color: #B96A68; }
a { background-color: rgb(185,106,104); }
div.DivClassName
{
background-color: #B96A68;
}
.BgClassName
{
background-color: #B96A68;
}
</style>
border-color css
<style>
span { border-color: #B96A68; }
span { border-color: rgb(185,106,104); }
td.TdClassName
{
border-color: #B96A68;
}
.TagClassName
{
border-color: #B96A68;
}
</style>