Shades of Contessa #BD7877
Tints of Contessa #BD7877
RGB
CMYK
RGB Variations
Color information
#BD7877 (or 0xBD7877) is known color: Contessa. HEX triplet: BD, 78 and 77. RGB value is (189,120,119). Sum of RGB (Red+Green+Blue) = 189+120+119=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7877 is #428788. Grayscale: #8C8C8C. Windows color (decimal): -4360073 or 7829693. OLE color: 7829693.
HSL color Cylindrical-coordinate representation of color #BD7877: hue angle of 0.86º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD7877 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 119 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.26 |
| HSL | 0.86º | 0.35% | 0.6% | - |
| HSV(B) | 0.86º | 0.37% | 0.74% | - |
| XYZ | 31.03 | 25.58 | 20.76 | - |
| YUV | 140.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 119 | 0 | 0.37 | 0.37 | 0.26 | 0.86 | 0.35 | 0.6 |
| Hex | BD | 78 | 77 | 0 | 25 | 25 | 1A | 1 | 23 | 3C |
| Octal | 275 | 170 | 167 | 0 | 45 | 45 | 32 | 1 | 43 | 74 |
| Binary | 10111101 | 1111000 | 1110111 | 0 | 100101 | 100101 | 11010 | 1 | 100011 | 111100 |
Color Harmonies of #BD7877
Complementary color
Monochromatic Colors of #BD7877
Black with #BD7877
Text Example
Text Example
White with #BD7877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7877; }
p { color: rgb(189,120,119); }
H1.HeaderClassName
{
color: #BD7877;
}
.AnyTagClassName
{
color: #BD7877;
}
</style>
background-color css
<style>
a { background-color: #BD7877; }
a { background-color: rgb(189,120,119); }
div.DivClassName
{
background-color: #BD7877;
}
.BgClassName
{
background-color: #BD7877;
}
</style>
border-color css
<style>
span { border-color: #BD7877; }
span { border-color: rgb(189,120,119); }
td.TdClassName
{
border-color: #BD7877;
}
.TagClassName
{
border-color: #BD7877;
}
</style>