Shades of Contessa #BD6862
Tints of Contessa #BD6862
RGB
CMYK
RGB Variations
Color information
#BD6862 (or 0xBD6862) is known color: Contessa. HEX triplet: BD, 68 and 62. RGB value is (189,104,98). Sum of RGB (Red+Green+Blue) = 189+104+98=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6862 is #42979D. Grayscale: #808080. Windows color (decimal): -4364190 or 6449341. OLE color: 6449341.
HSL color Cylindrical-coordinate representation of color #BD6862: hue angle of 3.96º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD6862 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 98 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.26 |
| HSL | 3.96º | 0.41% | 0.56% | - |
| HSV(B) | 3.96º | 0.48% | 0.74% | - |
| XYZ | 28.14 | 21.6 | 14.24 | - |
| YUV | 128.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 98 | 0 | 0.45 | 0.48 | 0.26 | 3.96 | 0.41 | 0.56 |
| Hex | BD | 68 | 62 | 0 | 2D | 30 | 1A | 4 | 29 | 38 |
| Octal | 275 | 150 | 142 | 0 | 55 | 60 | 32 | 4 | 51 | 70 |
| Binary | 10111101 | 1101000 | 1100010 | 0 | 101101 | 110000 | 11010 | 100 | 101001 | 111000 |
Color Harmonies of #BD6862
Complementary color
Monochromatic Colors of #BD6862
Black with #BD6862
Text Example
Text Example
White with #BD6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6862; }
p { color: rgb(189,104,98); }
H1.HeaderClassName
{
color: #BD6862;
}
.AnyTagClassName
{
color: #BD6862;
}
</style>
background-color css
<style>
a { background-color: #BD6862; }
a { background-color: rgb(189,104,98); }
div.DivClassName
{
background-color: #BD6862;
}
.BgClassName
{
background-color: #BD6862;
}
</style>
border-color css
<style>
span { border-color: #BD6862; }
span { border-color: rgb(189,104,98); }
td.TdClassName
{
border-color: #BD6862;
}
.TagClassName
{
border-color: #BD6862;
}
</style>