Shades of Contessa #BD705C
Tints of Contessa #BD705C
RGB
CMYK
RGB Variations
Color information
#BD705C (or 0xBD705C) is known color: Contessa. HEX triplet: BD, 70 and 5C. RGB value is (189,112,92). Sum of RGB (Red+Green+Blue) = 189+112+92=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD705C is #428FA3. Grayscale: #848484. Windows color (decimal): -4362148 or 6058173. OLE color: 6058173.
HSL color Cylindrical-coordinate representation of color #BD705C: hue angle of 12.37º 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 #BD705C is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 92 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.26 |
| HSL | 12.37º | 0.42% | 0.55% | - |
| HSV(B) | 12.37º | 0.51% | 0.74% | - |
| XYZ | 28.71 | 23.18 | 13.09 | - |
| YUV | 132.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 92 | 0 | 0.41 | 0.51 | 0.26 | 12.37 | 0.42 | 0.55 |
| Hex | BD | 70 | 5C | 0 | 29 | 33 | 1A | C | 2A | 37 |
| Octal | 275 | 160 | 134 | 0 | 51 | 63 | 32 | 14 | 52 | 67 |
| Binary | 10111101 | 1110000 | 1011100 | 0 | 101001 | 110011 | 11010 | 1100 | 101010 | 110111 |
Color Harmonies of #BD705C
Complementary color
Monochromatic Colors of #BD705C
Black with #BD705C
Text Example
Text Example
White with #BD705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD705C; }
p { color: rgb(189,112,92); }
H1.HeaderClassName
{
color: #BD705C;
}
.AnyTagClassName
{
color: #BD705C;
}
</style>
background-color css
<style>
a { background-color: #BD705C; }
a { background-color: rgb(189,112,92); }
div.DivClassName
{
background-color: #BD705C;
}
.BgClassName
{
background-color: #BD705C;
}
</style>
border-color css
<style>
span { border-color: #BD705C; }
span { border-color: rgb(189,112,92); }
td.TdClassName
{
border-color: #BD705C;
}
.TagClassName
{
border-color: #BD705C;
}
</style>