Shades of Contessa #B96763
Tints of Contessa #B96763
RGB
CMYK
RGB Variations
Color information
#B96763 (or 0xB96763) is known color: Contessa. HEX triplet: B9, 67 and 63. RGB value is (185,103,99). Sum of RGB (Red+Green+Blue) = 185+103+99=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B96763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96763 is #46989C. Grayscale: #7F7F7F. Windows color (decimal): -4626589 or 6514617. OLE color: 6514617.
HSL color Cylindrical-coordinate representation of color #B96763: hue angle of 2.79º 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 #B96763 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 99 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.27 |
| HSL | 2.79º | 0.38% | 0.56% | - |
| HSV(B) | 2.79º | 0.46% | 0.73% | - |
| XYZ | 27.11 | 20.92 | 14.41 | - |
| YUV | 127.06 | 112.17 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 99 | 0 | 0.44 | 0.46 | 0.27 | 2.79 | 0.38 | 0.56 |
| Hex | B9 | 67 | 63 | 0 | 2C | 2E | 1B | 3 | 26 | 38 |
| Octal | 271 | 147 | 143 | 0 | 54 | 56 | 33 | 3 | 46 | 70 |
| Binary | 10111001 | 1100111 | 1100011 | 0 | 101100 | 101110 | 11011 | 11 | 100110 | 111000 |
Color Harmonies of #B96763
Complementary color
Monochromatic Colors of #B96763
Black with #B96763
Text Example
Text Example
White with #B96763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96763; }
p { color: rgb(185,103,99); }
H1.HeaderClassName
{
color: #B96763;
}
.AnyTagClassName
{
color: #B96763;
}
</style>
background-color css
<style>
a { background-color: #B96763; }
a { background-color: rgb(185,103,99); }
div.DivClassName
{
background-color: #B96763;
}
.BgClassName
{
background-color: #B96763;
}
</style>
border-color css
<style>
span { border-color: #B96763; }
span { border-color: rgb(185,103,99); }
td.TdClassName
{
border-color: #B96763;
}
.TagClassName
{
border-color: #B96763;
}
</style>