Shades of Contessa #BD776D
Tints of Contessa #BD776D
RGB
CMYK
RGB Variations
Color information
#BD776D (or 0xBD776D) is known color: Contessa. HEX triplet: BD, 77 and 6D. RGB value is (189,119,109). Sum of RGB (Red+Green+Blue) = 189+119+109=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD776D is #428892. Grayscale: #8A8A8A. Windows color (decimal): -4360339 or 7174077. OLE color: 7174077.
HSL color Cylindrical-coordinate representation of color #BD776D: hue angle of 7.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD776D is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 109 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.26 |
| HSL | 7.5º | 0.38% | 0.58% | - |
| HSV(B) | 7.5º | 0.42% | 0.74% | - |
| XYZ | 30.34 | 25.12 | 17.72 | - |
| YUV | 138.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 109 | 0 | 0.37 | 0.42 | 0.26 | 7.5 | 0.38 | 0.58 |
| Hex | BD | 77 | 6D | 0 | 25 | 2A | 1A | 8 | 26 | 3A |
| Octal | 275 | 167 | 155 | 0 | 45 | 52 | 32 | 10 | 46 | 72 |
| Binary | 10111101 | 1110111 | 1101101 | 0 | 100101 | 101010 | 11010 | 1000 | 100110 | 111010 |
Color Harmonies of #BD776D
Complementary color
Monochromatic Colors of #BD776D
Black with #BD776D
Text Example
Text Example
White with #BD776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD776D; }
p { color: rgb(189,119,109); }
H1.HeaderClassName
{
color: #BD776D;
}
.AnyTagClassName
{
color: #BD776D;
}
</style>
background-color css
<style>
a { background-color: #BD776D; }
a { background-color: rgb(189,119,109); }
div.DivClassName
{
background-color: #BD776D;
}
.BgClassName
{
background-color: #BD776D;
}
</style>
border-color css
<style>
span { border-color: #BD776D; }
span { border-color: rgb(189,119,109); }
td.TdClassName
{
border-color: #BD776D;
}
.TagClassName
{
border-color: #BD776D;
}
</style>