Shades of Contessa #B96B5D
Tints of Contessa #B96B5D
RGB
CMYK
RGB Variations
Color information
#B96B5D (or 0xB96B5D) is known color: Contessa. HEX triplet: B9, 6B and 5D. RGB value is (185,107,93). Sum of RGB (Red+Green+Blue) = 185+107+93=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B5D is #4694A2. Grayscale: #808080. Windows color (decimal): -4625571 or 6122425. OLE color: 6122425.
HSL color Cylindrical-coordinate representation of color #B96B5D: hue angle of 9.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B96B5D is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 93 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.27 |
| HSL | 9.13º | 0.4% | 0.55% | - |
| HSV(B) | 9.13º | 0.5% | 0.73% | - |
| XYZ | 27.24 | 21.62 | 13.09 | - |
| YUV | 128.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 93 | 0 | 0.42 | 0.50 | 0.27 | 9.13 | 0.4 | 0.55 |
| Hex | B9 | 6B | 5D | 0 | 2A | 32 | 1B | 9 | 28 | 37 |
| Octal | 271 | 153 | 135 | 0 | 52 | 62 | 33 | 11 | 50 | 67 |
| Binary | 10111001 | 1101011 | 1011101 | 0 | 101010 | 110010 | 11011 | 1001 | 101000 | 110111 |
Color Harmonies of #B96B5D
Complementary color
Monochromatic Colors of #B96B5D
Black with #B96B5D
Text Example
Text Example
White with #B96B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B5D; }
p { color: rgb(185,107,93); }
H1.HeaderClassName
{
color: #B96B5D;
}
.AnyTagClassName
{
color: #B96B5D;
}
</style>
background-color css
<style>
a { background-color: #B96B5D; }
a { background-color: rgb(185,107,93); }
div.DivClassName
{
background-color: #B96B5D;
}
.BgClassName
{
background-color: #B96B5D;
}
</style>
border-color css
<style>
span { border-color: #B96B5D; }
span { border-color: rgb(185,107,93); }
td.TdClassName
{
border-color: #B96B5D;
}
.TagClassName
{
border-color: #B96B5D;
}
</style>