Shades of Contessa #BD7978
Tints of Contessa #BD7978
RGB
CMYK
RGB Variations
Color information
#BD7978 (or 0xBD7978) is known color: Contessa. HEX triplet: BD, 79 and 78. RGB value is (189,121,120). Sum of RGB (Red+Green+Blue) = 189+121+120=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7978 is #428687. Grayscale: #8D8D8D. Windows color (decimal): -4359816 or 7895485. OLE color: 7895485.
HSL color Cylindrical-coordinate representation of color #BD7978: hue angle of 0.87º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD7978 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 120 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.26 |
| HSL | 0.87º | 0.34% | 0.61% | - |
| HSV(B) | 0.87º | 0.37% | 0.74% | - |
| XYZ | 31.21 | 25.85 | 21.11 | - |
| YUV | 141.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 120 | 0 | 0.36 | 0.37 | 0.26 | 0.87 | 0.34 | 0.61 |
| Hex | BD | 79 | 78 | 0 | 24 | 25 | 1A | 1 | 22 | 3D |
| Octal | 275 | 171 | 170 | 0 | 44 | 45 | 32 | 1 | 42 | 75 |
| Binary | 10111101 | 1111001 | 1111000 | 0 | 100100 | 100101 | 11010 | 1 | 100010 | 111101 |
Color Harmonies of #BD7978
Complementary color
Monochromatic Colors of #BD7978
Black with #BD7978
Text Example
Text Example
White with #BD7978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7978; }
p { color: rgb(189,121,120); }
H1.HeaderClassName
{
color: #BD7978;
}
.AnyTagClassName
{
color: #BD7978;
}
</style>
background-color css
<style>
a { background-color: #BD7978; }
a { background-color: rgb(189,121,120); }
div.DivClassName
{
background-color: #BD7978;
}
.BgClassName
{
background-color: #BD7978;
}
</style>
border-color css
<style>
span { border-color: #BD7978; }
span { border-color: rgb(189,121,120); }
td.TdClassName
{
border-color: #BD7978;
}
.TagClassName
{
border-color: #BD7978;
}
</style>