Shades of Contessa #BD7866
Tints of Contessa #BD7866
RGB
CMYK
RGB Variations
Color information
#BD7866 (or 0xBD7866) is known color: Contessa. HEX triplet: BD, 78 and 66. RGB value is (189,120,102). Sum of RGB (Red+Green+Blue) = 189+120+102=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7866 is #428799. Grayscale: #8A8A8A. Windows color (decimal): -4360090 or 6715581. OLE color: 6715581.
HSL color Cylindrical-coordinate representation of color #BD7866: hue angle of 12.41º 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 #BD7866 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 102 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.26 |
| HSL | 12.41º | 0.4% | 0.57% | - |
| HSV(B) | 12.41º | 0.46% | 0.74% | - |
| XYZ | 30.1 | 25.21 | 15.85 | - |
| YUV | 138.58 | 107.36 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 102 | 0 | 0.37 | 0.46 | 0.26 | 12.41 | 0.4 | 0.57 |
| Hex | BD | 78 | 66 | 0 | 25 | 2E | 1A | C | 28 | 39 |
| Octal | 275 | 170 | 146 | 0 | 45 | 56 | 32 | 14 | 50 | 71 |
| Binary | 10111101 | 1111000 | 1100110 | 0 | 100101 | 101110 | 11010 | 1100 | 101000 | 111001 |
Color Harmonies of #BD7866
Complementary color
Monochromatic Colors of #BD7866
Black with #BD7866
Text Example
Text Example
White with #BD7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7866; }
p { color: rgb(189,120,102); }
H1.HeaderClassName
{
color: #BD7866;
}
.AnyTagClassName
{
color: #BD7866;
}
</style>
background-color css
<style>
a { background-color: #BD7866; }
a { background-color: rgb(189,120,102); }
div.DivClassName
{
background-color: #BD7866;
}
.BgClassName
{
background-color: #BD7866;
}
</style>
border-color css
<style>
span { border-color: #BD7866; }
span { border-color: rgb(189,120,102); }
td.TdClassName
{
border-color: #BD7866;
}
.TagClassName
{
border-color: #BD7866;
}
</style>