Shades of Contessa #BD726B
Tints of Contessa #BD726B
RGB
CMYK
RGB Variations
Color information
#BD726B (or 0xBD726B) is known color: Contessa. HEX triplet: BD, 72 and 6B. RGB value is (189,114,107). Sum of RGB (Red+Green+Blue) = 189+114+107=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD726B is #428D94. Grayscale: #878787. Windows color (decimal): -4361621 or 7041725. OLE color: 7041725.
HSL color Cylindrical-coordinate representation of color #BD726B: hue angle of 5.12º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD726B is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 107 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.26 |
| HSL | 5.12º | 0.38% | 0.58% | - |
| HSV(B) | 5.12º | 0.43% | 0.74% | - |
| XYZ | 29.66 | 23.91 | 16.96 | - |
| YUV | 135.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 107 | 0 | 0.40 | 0.43 | 0.26 | 5.12 | 0.38 | 0.58 |
| Hex | BD | 72 | 6B | 0 | 28 | 2B | 1A | 5 | 26 | 3A |
| Octal | 275 | 162 | 153 | 0 | 50 | 53 | 32 | 5 | 46 | 72 |
| Binary | 10111101 | 1110010 | 1101011 | 0 | 101000 | 101011 | 11010 | 101 | 100110 | 111010 |
Color Harmonies of #BD726B
Complementary color
Monochromatic Colors of #BD726B
Black with #BD726B
Text Example
Text Example
White with #BD726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD726B; }
p { color: rgb(189,114,107); }
H1.HeaderClassName
{
color: #BD726B;
}
.AnyTagClassName
{
color: #BD726B;
}
</style>
background-color css
<style>
a { background-color: #BD726B; }
a { background-color: rgb(189,114,107); }
div.DivClassName
{
background-color: #BD726B;
}
.BgClassName
{
background-color: #BD726B;
}
</style>
border-color css
<style>
span { border-color: #BD726B; }
span { border-color: rgb(189,114,107); }
td.TdClassName
{
border-color: #BD726B;
}
.TagClassName
{
border-color: #BD726B;
}
</style>