Shades of Contessa #BD7261
Tints of Contessa #BD7261
RGB
CMYK
RGB Variations
Color information
#BD7261 (or 0xBD7261) is known color: Contessa. HEX triplet: BD, 72 and 61. RGB value is (189,114,97). Sum of RGB (Red+Green+Blue) = 189+114+97=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7261 is #428D9E. Grayscale: #868686. Windows color (decimal): -4361631 or 6386365. OLE color: 6386365.
HSL color Cylindrical-coordinate representation of color #BD7261: hue angle of 11.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD7261 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 97 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.26 |
| HSL | 11.09º | 0.41% | 0.56% | - |
| HSV(B) | 11.09º | 0.49% | 0.74% | - |
| XYZ | 29.16 | 23.72 | 14.35 | - |
| YUV | 134.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 97 | 0 | 0.40 | 0.49 | 0.26 | 11.09 | 0.41 | 0.56 |
| Hex | BD | 72 | 61 | 0 | 28 | 31 | 1A | B | 29 | 38 |
| Octal | 275 | 162 | 141 | 0 | 50 | 61 | 32 | 13 | 51 | 70 |
| Binary | 10111101 | 1110010 | 1100001 | 0 | 101000 | 110001 | 11010 | 1011 | 101001 | 111000 |
Color Harmonies of #BD7261
Complementary color
Monochromatic Colors of #BD7261
Black with #BD7261
Text Example
Text Example
White with #BD7261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7261; }
p { color: rgb(189,114,97); }
H1.HeaderClassName
{
color: #BD7261;
}
.AnyTagClassName
{
color: #BD7261;
}
</style>
background-color css
<style>
a { background-color: #BD7261; }
a { background-color: rgb(189,114,97); }
div.DivClassName
{
background-color: #BD7261;
}
.BgClassName
{
background-color: #BD7261;
}
</style>
border-color css
<style>
span { border-color: #BD7261; }
span { border-color: rgb(189,114,97); }
td.TdClassName
{
border-color: #BD7261;
}
.TagClassName
{
border-color: #BD7261;
}
</style>