Shades of Contessa #B9715E
Tints of Contessa #B9715E
RGB
CMYK
RGB Variations
Color information
#B9715E (or 0xB9715E) is known color: Contessa. HEX triplet: B9, 71 and 5E. RGB value is (185,113,94). Sum of RGB (Red+Green+Blue) = 185+113+94=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9715E is #468EA1. Grayscale: #848484. Windows color (decimal): -4624034 or 6189497. OLE color: 6189497.
HSL color Cylindrical-coordinate representation of color #B9715E: hue angle of 12.53º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9715E is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 94 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.27 |
| HSL | 12.53º | 0.39% | 0.55% | - |
| HSV(B) | 12.53º | 0.49% | 0.73% | - |
| XYZ | 27.93 | 22.93 | 13.54 | - |
| YUV | 132.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 94 | 0 | 0.39 | 0.49 | 0.27 | 12.53 | 0.39 | 0.55 |
| Hex | B9 | 71 | 5E | 0 | 27 | 31 | 1B | D | 27 | 37 |
| Octal | 271 | 161 | 136 | 0 | 47 | 61 | 33 | 15 | 47 | 67 |
| Binary | 10111001 | 1110001 | 1011110 | 0 | 100111 | 110001 | 11011 | 1101 | 100111 | 110111 |
Color Harmonies of #B9715E
Complementary color
Monochromatic Colors of #B9715E
Black with #B9715E
Text Example
Text Example
White with #B9715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9715E; }
p { color: rgb(185,113,94); }
H1.HeaderClassName
{
color: #B9715E;
}
.AnyTagClassName
{
color: #B9715E;
}
</style>
background-color css
<style>
a { background-color: #B9715E; }
a { background-color: rgb(185,113,94); }
div.DivClassName
{
background-color: #B9715E;
}
.BgClassName
{
background-color: #B9715E;
}
</style>
border-color css
<style>
span { border-color: #B9715E; }
span { border-color: rgb(185,113,94); }
td.TdClassName
{
border-color: #B9715E;
}
.TagClassName
{
border-color: #B9715E;
}
</style>