Shades of Contessa #B96D6D
Tints of Contessa #B96D6D
RGB
CMYK
RGB Variations
Color information
#B96D6D (or 0xB96D6D) is known color: Contessa. HEX triplet: B9, 6D and 6D. RGB value is (185,109,109). Sum of RGB (Red+Green+Blue) = 185+109+109=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D6D is #469292. Grayscale: #838383. Windows color (decimal): -4625043 or 7171513. OLE color: 7171513.
HSL color Cylindrical-coordinate representation of color #B96D6D: hue angle of 0º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96D6D is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 109 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.27 |
| HSL | 0º | 0.35% | 0.58% | - |
| HSV(B) | 0º | 0.41% | 0.73% | - |
| XYZ | 28.24 | 22.36 | 17.29 | - |
| YUV | 131.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 109 | 0 | 0.41 | 0.41 | 0.27 | 0 | 0.35 | 0.58 |
| Hex | B9 | 6D | 6D | 0 | 29 | 29 | 1B | 0 | 23 | 3A |
| Octal | 271 | 155 | 155 | 0 | 51 | 51 | 33 | 0 | 43 | 72 |
| Binary | 10111001 | 1101101 | 1101101 | 0 | 101001 | 101001 | 11011 | 0 | 100011 | 111010 |
Color Harmonies of #B96D6D
Complementary color
Monochromatic Colors of #B96D6D
Black with #B96D6D
Text Example
Text Example
White with #B96D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D6D; }
p { color: rgb(185,109,109); }
H1.HeaderClassName
{
color: #B96D6D;
}
.AnyTagClassName
{
color: #B96D6D;
}
</style>
background-color css
<style>
a { background-color: #B96D6D; }
a { background-color: rgb(185,109,109); }
div.DivClassName
{
background-color: #B96D6D;
}
.BgClassName
{
background-color: #B96D6D;
}
</style>
border-color css
<style>
span { border-color: #B96D6D; }
span { border-color: rgb(185,109,109); }
td.TdClassName
{
border-color: #B96D6D;
}
.TagClassName
{
border-color: #B96D6D;
}
</style>