Shades of Contessa #B97565
Tints of Contessa #B97565
RGB
CMYK
RGB Variations
Color information
#B97565 (or 0xB97565) is known color: Contessa. HEX triplet: B9, 75 and 65. RGB value is (185,117,101). Sum of RGB (Red+Green+Blue) = 185+117+101=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B97565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97565 is #468A9A. Grayscale: #878787. Windows color (decimal): -4623003 or 6649273. OLE color: 6649273.
HSL color Cylindrical-coordinate representation of color #B97565: hue angle of 11.43º 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 #B97565 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 101 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.27 |
| HSL | 11.43º | 0.38% | 0.56% | - |
| HSV(B) | 11.43º | 0.45% | 0.73% | - |
| XYZ | 28.72 | 23.98 | 15.43 | - |
| YUV | 135.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 101 | 0 | 0.37 | 0.45 | 0.27 | 11.43 | 0.38 | 0.56 |
| Hex | B9 | 75 | 65 | 0 | 25 | 2D | 1B | B | 26 | 38 |
| Octal | 271 | 165 | 145 | 0 | 45 | 55 | 33 | 13 | 46 | 70 |
| Binary | 10111001 | 1110101 | 1100101 | 0 | 100101 | 101101 | 11011 | 1011 | 100110 | 111000 |
Color Harmonies of #B97565
Complementary color
Monochromatic Colors of #B97565
Black with #B97565
Text Example
Text Example
White with #B97565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97565; }
p { color: rgb(185,117,101); }
H1.HeaderClassName
{
color: #B97565;
}
.AnyTagClassName
{
color: #B97565;
}
</style>
background-color css
<style>
a { background-color: #B97565; }
a { background-color: rgb(185,117,101); }
div.DivClassName
{
background-color: #B97565;
}
.BgClassName
{
background-color: #B97565;
}
</style>
border-color css
<style>
span { border-color: #B97565; }
span { border-color: rgb(185,117,101); }
td.TdClassName
{
border-color: #B97565;
}
.TagClassName
{
border-color: #B97565;
}
</style>