Shades of Contessa #BD7464
Tints of Contessa #BD7464
RGB
CMYK
RGB Variations
Color information
#BD7464 (or 0xBD7464) is known color: Contessa. HEX triplet: BD, 74 and 64. RGB value is (189,116,100). Sum of RGB (Red+Green+Blue) = 189+116+100=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7464 is #428B9B. Grayscale: #888888. Windows color (decimal): -4361116 or 6583485. OLE color: 6583485.
HSL color Cylindrical-coordinate representation of color #BD7464: hue angle of 10.79º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD7464 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 100 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.26 |
| HSL | 10.79º | 0.4% | 0.57% | - |
| HSV(B) | 10.79º | 0.47% | 0.74% | - |
| XYZ | 29.53 | 24.23 | 15.18 | - |
| YUV | 136 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 100 | 0 | 0.39 | 0.47 | 0.26 | 10.79 | 0.4 | 0.57 |
| Hex | BD | 74 | 64 | 0 | 27 | 2F | 1A | B | 28 | 39 |
| Octal | 275 | 164 | 144 | 0 | 47 | 57 | 32 | 13 | 50 | 71 |
| Binary | 10111101 | 1110100 | 1100100 | 0 | 100111 | 101111 | 11010 | 1011 | 101000 | 111001 |
Color Harmonies of #BD7464
Complementary color
Monochromatic Colors of #BD7464
Black with #BD7464
Text Example
Text Example
White with #BD7464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7464; }
p { color: rgb(189,116,100); }
H1.HeaderClassName
{
color: #BD7464;
}
.AnyTagClassName
{
color: #BD7464;
}
</style>
background-color css
<style>
a { background-color: #BD7464; }
a { background-color: rgb(189,116,100); }
div.DivClassName
{
background-color: #BD7464;
}
.BgClassName
{
background-color: #BD7464;
}
</style>
border-color css
<style>
span { border-color: #BD7464; }
span { border-color: rgb(189,116,100); }
td.TdClassName
{
border-color: #BD7464;
}
.TagClassName
{
border-color: #BD7464;
}
</style>