Shades of Contessa #B96C6B
Tints of Contessa #B96C6B
RGB
CMYK
RGB Variations
Color information
#B96C6B (or 0xB96C6B) is known color: Contessa. HEX triplet: B9, 6C and 6B. RGB value is (185,108,107). Sum of RGB (Red+Green+Blue) = 185+108+107=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C6B is #469394. Grayscale: #828282. Windows color (decimal): -4625301 or 7040185. OLE color: 7040185.
HSL color Cylindrical-coordinate representation of color #B96C6B: hue angle of 0.77º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96C6B is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 107 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.27 |
| HSL | 0.77º | 0.36% | 0.57% | - |
| HSV(B) | 0.77º | 0.42% | 0.73% | - |
| XYZ | 28.02 | 22.1 | 16.7 | - |
| YUV | 130.91 | 114.51 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 107 | 0 | 0.42 | 0.42 | 0.27 | 0.77 | 0.36 | 0.57 |
| Hex | B9 | 6C | 6B | 0 | 2A | 2A | 1B | 1 | 24 | 39 |
| Octal | 271 | 154 | 153 | 0 | 52 | 52 | 33 | 1 | 44 | 71 |
| Binary | 10111001 | 1101100 | 1101011 | 0 | 101010 | 101010 | 11011 | 1 | 100100 | 111001 |
Color Harmonies of #B96C6B
Complementary color
Monochromatic Colors of #B96C6B
Black with #B96C6B
Text Example
Text Example
White with #B96C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C6B; }
p { color: rgb(185,108,107); }
H1.HeaderClassName
{
color: #B96C6B;
}
.AnyTagClassName
{
color: #B96C6B;
}
</style>
background-color css
<style>
a { background-color: #B96C6B; }
a { background-color: rgb(185,108,107); }
div.DivClassName
{
background-color: #B96C6B;
}
.BgClassName
{
background-color: #B96C6B;
}
</style>
border-color css
<style>
span { border-color: #B96C6B; }
span { border-color: rgb(185,108,107); }
td.TdClassName
{
border-color: #B96C6B;
}
.TagClassName
{
border-color: #B96C6B;
}
</style>