Shades of Contessa #BD705E
Tints of Contessa #BD705E
RGB
CMYK
RGB Variations
Color information
#BD705E (or 0xBD705E) is known color: Contessa. HEX triplet: BD, 70 and 5E. RGB value is (189,112,94). Sum of RGB (Red+Green+Blue) = 189+112+94=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD705E is #428FA1. Grayscale: #858585. Windows color (decimal): -4362146 or 6189245. OLE color: 6189245.
HSL color Cylindrical-coordinate representation of color #BD705E: hue angle of 11.37º 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 #BD705E is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 94 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.26 |
| HSL | 11.37º | 0.42% | 0.55% | - |
| HSV(B) | 11.37º | 0.5% | 0.74% | - |
| XYZ | 28.8 | 23.22 | 13.55 | - |
| YUV | 132.97 | 106.01 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 94 | 0 | 0.41 | 0.50 | 0.26 | 11.37 | 0.42 | 0.55 |
| Hex | BD | 70 | 5E | 0 | 29 | 32 | 1A | B | 2A | 37 |
| Octal | 275 | 160 | 136 | 0 | 51 | 62 | 32 | 13 | 52 | 67 |
| Binary | 10111101 | 1110000 | 1011110 | 0 | 101001 | 110010 | 11010 | 1011 | 101010 | 110111 |
Color Harmonies of #BD705E
Complementary color
Monochromatic Colors of #BD705E
Black with #BD705E
Text Example
Text Example
White with #BD705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD705E; }
p { color: rgb(189,112,94); }
H1.HeaderClassName
{
color: #BD705E;
}
.AnyTagClassName
{
color: #BD705E;
}
</style>
background-color css
<style>
a { background-color: #BD705E; }
a { background-color: rgb(189,112,94); }
div.DivClassName
{
background-color: #BD705E;
}
.BgClassName
{
background-color: #BD705E;
}
</style>
border-color css
<style>
span { border-color: #BD705E; }
span { border-color: rgb(189,112,94); }
td.TdClassName
{
border-color: #BD705E;
}
.TagClassName
{
border-color: #BD705E;
}
</style>