Shades of Contessa #BD726E
Tints of Contessa #BD726E
RGB
CMYK
RGB Variations
Color information
#BD726E (or 0xBD726E) is known color: Contessa. HEX triplet: BD, 72 and 6E. RGB value is (189,114,110). Sum of RGB (Red+Green+Blue) = 189+114+110=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD726E is #428D91. Grayscale: #888888. Windows color (decimal): -4361618 or 7238333. OLE color: 7238333.
HSL color Cylindrical-coordinate representation of color #BD726E: hue angle of 3.04º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD726E is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 110 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.26 |
| HSL | 3.04º | 0.37% | 0.59% | - |
| HSV(B) | 3.04º | 0.42% | 0.74% | - |
| XYZ | 29.82 | 23.98 | 17.81 | - |
| YUV | 135.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 110 | 0 | 0.40 | 0.42 | 0.26 | 3.04 | 0.37 | 0.59 |
| Hex | BD | 72 | 6E | 0 | 28 | 2A | 1A | 3 | 25 | 3B |
| Octal | 275 | 162 | 156 | 0 | 50 | 52 | 32 | 3 | 45 | 73 |
| Binary | 10111101 | 1110010 | 1101110 | 0 | 101000 | 101010 | 11010 | 11 | 100101 | 111011 |
Color Harmonies of #BD726E
Complementary color
Monochromatic Colors of #BD726E
Black with #BD726E
Text Example
Text Example
White with #BD726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD726E; }
p { color: rgb(189,114,110); }
H1.HeaderClassName
{
color: #BD726E;
}
.AnyTagClassName
{
color: #BD726E;
}
</style>
background-color css
<style>
a { background-color: #BD726E; }
a { background-color: rgb(189,114,110); }
div.DivClassName
{
background-color: #BD726E;
}
.BgClassName
{
background-color: #BD726E;
}
</style>
border-color css
<style>
span { border-color: #BD726E; }
span { border-color: rgb(189,114,110); }
td.TdClassName
{
border-color: #BD726E;
}
.TagClassName
{
border-color: #BD726E;
}
</style>