Shades of Contessa #B96963
Tints of Contessa #B96963
RGB
CMYK
RGB Variations
Color information
#B96963 (or 0xB96963) is known color: Contessa. HEX triplet: B9, 69 and 63. RGB value is (185,105,99). Sum of RGB (Red+Green+Blue) = 185+105+99=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B96963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96963 is #46969C. Grayscale: #808080. Windows color (decimal): -4626077 or 6515129. OLE color: 6515129.
HSL color Cylindrical-coordinate representation of color #B96963: hue angle of 4.19º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96963 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 99 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.27 |
| HSL | 4.19º | 0.38% | 0.56% | - |
| HSV(B) | 4.19º | 0.46% | 0.73% | - |
| XYZ | 27.31 | 21.32 | 14.48 | - |
| YUV | 128.24 | 111.5 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 99 | 0 | 0.43 | 0.46 | 0.27 | 4.19 | 0.38 | 0.56 |
| Hex | B9 | 69 | 63 | 0 | 2B | 2E | 1B | 4 | 26 | 38 |
| Octal | 271 | 151 | 143 | 0 | 53 | 56 | 33 | 4 | 46 | 70 |
| Binary | 10111001 | 1101001 | 1100011 | 0 | 101011 | 101110 | 11011 | 100 | 100110 | 111000 |
Color Harmonies of #B96963
Complementary color
Monochromatic Colors of #B96963
Black with #B96963
Text Example
Text Example
White with #B96963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96963; }
p { color: rgb(185,105,99); }
H1.HeaderClassName
{
color: #B96963;
}
.AnyTagClassName
{
color: #B96963;
}
</style>
background-color css
<style>
a { background-color: #B96963; }
a { background-color: rgb(185,105,99); }
div.DivClassName
{
background-color: #B96963;
}
.BgClassName
{
background-color: #B96963;
}
</style>
border-color css
<style>
span { border-color: #B96963; }
span { border-color: rgb(185,105,99); }
td.TdClassName
{
border-color: #B96963;
}
.TagClassName
{
border-color: #B96963;
}
</style>