Shades of Contessa #B97969
Tints of Contessa #B97969
RGB
CMYK
RGB Variations
Color information
#B97969 (or 0xB97969) is known color: Contessa. HEX triplet: B9, 79 and 69. RGB value is (185,121,105). Sum of RGB (Red+Green+Blue) = 185+121+105=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B97969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97969 is #468696. Grayscale: #8A8A8A. Windows color (decimal): -4621975 or 6912441. OLE color: 6912441.
HSL color Cylindrical-coordinate representation of color #B97969: hue angle of 12º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B97969 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 121 | 105 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.27 |
| HSL | 12º | 0.36% | 0.57% | - |
| HSV(B) | 12º | 0.43% | 0.73% | - |
| XYZ | 29.39 | 25.01 | 16.64 | - |
| YUV | 138.31 | 109.2 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 121 | 105 | 0 | 0.35 | 0.43 | 0.27 | 12 | 0.36 | 0.57 |
| Hex | B9 | 79 | 69 | 0 | 23 | 2B | 1B | C | 24 | 39 |
| Octal | 271 | 171 | 151 | 0 | 43 | 53 | 33 | 14 | 44 | 71 |
| Binary | 10111001 | 1111001 | 1101001 | 0 | 100011 | 101011 | 11011 | 1100 | 100100 | 111001 |
Color Harmonies of #B97969
Complementary color
Monochromatic Colors of #B97969
Black with #B97969
Text Example
Text Example
White with #B97969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97969; }
p { color: rgb(185,121,105); }
H1.HeaderClassName
{
color: #B97969;
}
.AnyTagClassName
{
color: #B97969;
}
</style>
background-color css
<style>
a { background-color: #B97969; }
a { background-color: rgb(185,121,105); }
div.DivClassName
{
background-color: #B97969;
}
.BgClassName
{
background-color: #B97969;
}
</style>
border-color css
<style>
span { border-color: #B97969; }
span { border-color: rgb(185,121,105); }
td.TdClassName
{
border-color: #B97969;
}
.TagClassName
{
border-color: #B97969;
}
</style>