Shades of Contessa #BD715E
Tints of Contessa #BD715E
RGB
CMYK
RGB Variations
Color information
#BD715E (or 0xBD715E) is known color: Contessa. HEX triplet: BD, 71 and 5E. RGB value is (189,113,94). Sum of RGB (Red+Green+Blue) = 189+113+94=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD715E is #428EA1. Grayscale: #858585. Windows color (decimal): -4361890 or 6189501. OLE color: 6189501.
HSL color Cylindrical-coordinate representation of color #BD715E: hue angle of 12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD715E is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 94 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.26 |
| HSL | 12º | 0.42% | 0.55% | - |
| HSV(B) | 12º | 0.5% | 0.74% | - |
| XYZ | 28.91 | 23.44 | 13.59 | - |
| YUV | 133.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 94 | 0 | 0.40 | 0.50 | 0.26 | 12 | 0.42 | 0.55 |
| Hex | BD | 71 | 5E | 0 | 28 | 32 | 1A | C | 2A | 37 |
| Octal | 275 | 161 | 136 | 0 | 50 | 62 | 32 | 14 | 52 | 67 |
| Binary | 10111101 | 1110001 | 1011110 | 0 | 101000 | 110010 | 11010 | 1100 | 101010 | 110111 |
Color Harmonies of #BD715E
Complementary color
Monochromatic Colors of #BD715E
Black with #BD715E
Text Example
Text Example
White with #BD715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD715E; }
p { color: rgb(189,113,94); }
H1.HeaderClassName
{
color: #BD715E;
}
.AnyTagClassName
{
color: #BD715E;
}
</style>
background-color css
<style>
a { background-color: #BD715E; }
a { background-color: rgb(189,113,94); }
div.DivClassName
{
background-color: #BD715E;
}
.BgClassName
{
background-color: #BD715E;
}
</style>
border-color css
<style>
span { border-color: #BD715E; }
span { border-color: rgb(189,113,94); }
td.TdClassName
{
border-color: #BD715E;
}
.TagClassName
{
border-color: #BD715E;
}
</style>