Shades of Contessa #B96965
Tints of Contessa #B96965
RGB
CMYK
RGB Variations
Color information
#B96965 (or 0xB96965) is known color: Contessa. HEX triplet: B9, 69 and 65. RGB value is (185,105,101). Sum of RGB (Red+Green+Blue) = 185+105+101=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B96965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96965 is #46969A. Grayscale: #808080. Windows color (decimal): -4626075 or 6646201. OLE color: 6646201.
HSL color Cylindrical-coordinate representation of color #B96965: hue angle of 2.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96965 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 101 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.27 |
| HSL | 2.86º | 0.38% | 0.56% | - |
| HSV(B) | 2.86º | 0.45% | 0.73% | - |
| XYZ | 27.41 | 21.36 | 14.99 | - |
| YUV | 128.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 101 | 0 | 0.43 | 0.45 | 0.27 | 2.86 | 0.38 | 0.56 |
| Hex | B9 | 69 | 65 | 0 | 2B | 2D | 1B | 3 | 26 | 38 |
| Octal | 271 | 151 | 145 | 0 | 53 | 55 | 33 | 3 | 46 | 70 |
| Binary | 10111001 | 1101001 | 1100101 | 0 | 101011 | 101101 | 11011 | 11 | 100110 | 111000 |
Color Harmonies of #B96965
Complementary color
Monochromatic Colors of #B96965
Black with #B96965
Text Example
Text Example
White with #B96965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96965; }
p { color: rgb(185,105,101); }
H1.HeaderClassName
{
color: #B96965;
}
.AnyTagClassName
{
color: #B96965;
}
</style>
background-color css
<style>
a { background-color: #B96965; }
a { background-color: rgb(185,105,101); }
div.DivClassName
{
background-color: #B96965;
}
.BgClassName
{
background-color: #B96965;
}
</style>
border-color css
<style>
span { border-color: #B96965; }
span { border-color: rgb(185,105,101); }
td.TdClassName
{
border-color: #B96965;
}
.TagClassName
{
border-color: #B96965;
}
</style>