Shades of Contessa #BD7976
Tints of Contessa #BD7976
RGB
CMYK
RGB Variations
Color information
#BD7976 (or 0xBD7976) is known color: Contessa. HEX triplet: BD, 79 and 76. RGB value is (189,121,118). Sum of RGB (Red+Green+Blue) = 189+121+118=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7976 is #428689. Grayscale: #8D8D8D. Windows color (decimal): -4359818 or 7764413. OLE color: 7764413.
HSL color Cylindrical-coordinate representation of color #BD7976: hue angle of 2.54º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7976 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 118 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.26 |
| HSL | 2.54º | 0.35% | 0.6% | - |
| HSV(B) | 2.54º | 0.38% | 0.74% | - |
| XYZ | 31.09 | 25.8 | 20.48 | - |
| YUV | 140.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 118 | 0 | 0.36 | 0.38 | 0.26 | 2.54 | 0.35 | 0.6 |
| Hex | BD | 79 | 76 | 0 | 24 | 26 | 1A | 3 | 23 | 3C |
| Octal | 275 | 171 | 166 | 0 | 44 | 46 | 32 | 3 | 43 | 74 |
| Binary | 10111101 | 1111001 | 1110110 | 0 | 100100 | 100110 | 11010 | 11 | 100011 | 111100 |
Color Harmonies of #BD7976
Complementary color
Monochromatic Colors of #BD7976
Black with #BD7976
Text Example
Text Example
White with #BD7976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7976; }
p { color: rgb(189,121,118); }
H1.HeaderClassName
{
color: #BD7976;
}
.AnyTagClassName
{
color: #BD7976;
}
</style>
background-color css
<style>
a { background-color: #BD7976; }
a { background-color: rgb(189,121,118); }
div.DivClassName
{
background-color: #BD7976;
}
.BgClassName
{
background-color: #BD7976;
}
</style>
border-color css
<style>
span { border-color: #BD7976; }
span { border-color: rgb(189,121,118); }
td.TdClassName
{
border-color: #BD7976;
}
.TagClassName
{
border-color: #BD7976;
}
</style>