Shades of Contessa #BD705F
Tints of Contessa #BD705F
RGB
CMYK
RGB Variations
Color information
#BD705F (or 0xBD705F) is known color: Contessa. HEX triplet: BD, 70 and 5F. RGB value is (189,112,95). Sum of RGB (Red+Green+Blue) = 189+112+95=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD705F is #428FA0. Grayscale: #858585. Windows color (decimal): -4362145 or 6254781. OLE color: 6254781.
HSL color Cylindrical-coordinate representation of color #BD705F: hue angle of 10.85º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD705F is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 95 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.26 |
| HSL | 10.85º | 0.42% | 0.56% | - |
| HSV(B) | 10.85º | 0.5% | 0.74% | - |
| XYZ | 28.85 | 23.23 | 13.79 | - |
| YUV | 133.09 | 106.51 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 95 | 0 | 0.41 | 0.50 | 0.26 | 10.85 | 0.42 | 0.56 |
| Hex | BD | 70 | 5F | 0 | 29 | 32 | 1A | B | 2A | 38 |
| Octal | 275 | 160 | 137 | 0 | 51 | 62 | 32 | 13 | 52 | 70 |
| Binary | 10111101 | 1110000 | 1011111 | 0 | 101001 | 110010 | 11010 | 1011 | 101010 | 111000 |
Color Harmonies of #BD705F
Complementary color
Monochromatic Colors of #BD705F
Black with #BD705F
Text Example
Text Example
White with #BD705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD705F; }
p { color: rgb(189,112,95); }
H1.HeaderClassName
{
color: #BD705F;
}
.AnyTagClassName
{
color: #BD705F;
}
</style>
background-color css
<style>
a { background-color: #BD705F; }
a { background-color: rgb(189,112,95); }
div.DivClassName
{
background-color: #BD705F;
}
.BgClassName
{
background-color: #BD705F;
}
</style>
border-color css
<style>
span { border-color: #BD705F; }
span { border-color: rgb(189,112,95); }
td.TdClassName
{
border-color: #BD705F;
}
.TagClassName
{
border-color: #BD705F;
}
</style>