Shades of Contessa #BD7766
Tints of Contessa #BD7766
RGB
CMYK
RGB Variations
Color information
#BD7766 (or 0xBD7766) is known color: Contessa. HEX triplet: BD, 77 and 66. RGB value is (189,119,102). Sum of RGB (Red+Green+Blue) = 189+119+102=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7766 is #428899. Grayscale: #8A8A8A. Windows color (decimal): -4360346 or 6715325. OLE color: 6715325.
HSL color Cylindrical-coordinate representation of color #BD7766: hue angle of 11.72º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD7766 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 102 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.26 |
| HSL | 11.72º | 0.4% | 0.57% | - |
| HSV(B) | 11.72º | 0.46% | 0.74% | - |
| XYZ | 29.98 | 24.97 | 15.81 | - |
| YUV | 137.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 102 | 0 | 0.37 | 0.46 | 0.26 | 11.72 | 0.4 | 0.57 |
| Hex | BD | 77 | 66 | 0 | 25 | 2E | 1A | C | 28 | 39 |
| Octal | 275 | 167 | 146 | 0 | 45 | 56 | 32 | 14 | 50 | 71 |
| Binary | 10111101 | 1110111 | 1100110 | 0 | 100101 | 101110 | 11010 | 1100 | 101000 | 111001 |
Color Harmonies of #BD7766
Complementary color
Monochromatic Colors of #BD7766
Black with #BD7766
Text Example
Text Example
White with #BD7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7766; }
p { color: rgb(189,119,102); }
H1.HeaderClassName
{
color: #BD7766;
}
.AnyTagClassName
{
color: #BD7766;
}
</style>
background-color css
<style>
a { background-color: #BD7766; }
a { background-color: rgb(189,119,102); }
div.DivClassName
{
background-color: #BD7766;
}
.BgClassName
{
background-color: #BD7766;
}
</style>
border-color css
<style>
span { border-color: #BD7766; }
span { border-color: rgb(189,119,102); }
td.TdClassName
{
border-color: #BD7766;
}
.TagClassName
{
border-color: #BD7766;
}
</style>