Shades of Contessa #BD705D
Tints of Contessa #BD705D
RGB
CMYK
RGB Variations
Color information
#BD705D (or 0xBD705D) is known color: Contessa. HEX triplet: BD, 70 and 5D. RGB value is (189,112,93). Sum of RGB (Red+Green+Blue) = 189+112+93=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD705D is #428FA2. Grayscale: #858585. Windows color (decimal): -4362147 or 6123709. OLE color: 6123709.
HSL color Cylindrical-coordinate representation of color #BD705D: hue angle of 11.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD705D is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 93 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.26 |
| HSL | 11.88º | 0.42% | 0.55% | - |
| HSV(B) | 11.88º | 0.51% | 0.74% | - |
| XYZ | 28.76 | 23.2 | 13.32 | - |
| YUV | 132.86 | 105.51 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 93 | 0 | 0.41 | 0.51 | 0.26 | 11.88 | 0.42 | 0.55 |
| Hex | BD | 70 | 5D | 0 | 29 | 33 | 1A | C | 2A | 37 |
| Octal | 275 | 160 | 135 | 0 | 51 | 63 | 32 | 14 | 52 | 67 |
| Binary | 10111101 | 1110000 | 1011101 | 0 | 101001 | 110011 | 11010 | 1100 | 101010 | 110111 |
Color Harmonies of #BD705D
Complementary color
Monochromatic Colors of #BD705D
Black with #BD705D
Text Example
Text Example
White with #BD705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD705D; }
p { color: rgb(189,112,93); }
H1.HeaderClassName
{
color: #BD705D;
}
.AnyTagClassName
{
color: #BD705D;
}
</style>
background-color css
<style>
a { background-color: #BD705D; }
a { background-color: rgb(189,112,93); }
div.DivClassName
{
background-color: #BD705D;
}
.BgClassName
{
background-color: #BD705D;
}
</style>
border-color css
<style>
span { border-color: #BD705D; }
span { border-color: rgb(189,112,93); }
td.TdClassName
{
border-color: #BD705D;
}
.TagClassName
{
border-color: #BD705D;
}
</style>