Shades of Contessa #BD7868
Tints of Contessa #BD7868
RGB
CMYK
RGB Variations
Color information
#BD7868 (or 0xBD7868) is known color: Contessa. HEX triplet: BD, 78 and 68. RGB value is (189,120,104). Sum of RGB (Red+Green+Blue) = 189+120+104=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7868 is #428797. Grayscale: #8A8A8A. Windows color (decimal): -4360088 or 6846653. OLE color: 6846653.
HSL color Cylindrical-coordinate representation of color #BD7868: hue angle of 11.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD7868 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 104 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.26 |
| HSL | 11.29º | 0.39% | 0.57% | - |
| HSV(B) | 11.29º | 0.45% | 0.74% | - |
| XYZ | 30.2 | 25.25 | 16.38 | - |
| YUV | 138.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 104 | 0 | 0.37 | 0.45 | 0.26 | 11.29 | 0.39 | 0.57 |
| Hex | BD | 78 | 68 | 0 | 25 | 2D | 1A | B | 27 | 39 |
| Octal | 275 | 170 | 150 | 0 | 45 | 55 | 32 | 13 | 47 | 71 |
| Binary | 10111101 | 1111000 | 1101000 | 0 | 100101 | 101101 | 11010 | 1011 | 100111 | 111001 |
Color Harmonies of #BD7868
Complementary color
Monochromatic Colors of #BD7868
Black with #BD7868
Text Example
Text Example
White with #BD7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7868; }
p { color: rgb(189,120,104); }
H1.HeaderClassName
{
color: #BD7868;
}
.AnyTagClassName
{
color: #BD7868;
}
</style>
background-color css
<style>
a { background-color: #BD7868; }
a { background-color: rgb(189,120,104); }
div.DivClassName
{
background-color: #BD7868;
}
.BgClassName
{
background-color: #BD7868;
}
</style>
border-color css
<style>
span { border-color: #BD7868; }
span { border-color: rgb(189,120,104); }
td.TdClassName
{
border-color: #BD7868;
}
.TagClassName
{
border-color: #BD7868;
}
</style>