Shades of Contessa #BD6C68
Tints of Contessa #BD6C68
RGB
CMYK
RGB Variations
Color information
#BD6C68 (or 0xBD6C68) is known color: Contessa. HEX triplet: BD, 6C and 68. RGB value is (189,108,104). Sum of RGB (Red+Green+Blue) = 189+108+104=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6C68 is #429397. Grayscale: #838383. Windows color (decimal): -4363160 or 6843581. OLE color: 6843581.
HSL color Cylindrical-coordinate representation of color #BD6C68: hue angle of 2.82º 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 #BD6C68 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 108 | 104 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.26 |
| HSL | 2.82º | 0.39% | 0.57% | - |
| HSV(B) | 2.82º | 0.45% | 0.74% | - |
| XYZ | 28.85 | 22.54 | 15.93 | - |
| YUV | 131.76 | 112.34 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 104 | 0 | 0.43 | 0.45 | 0.26 | 2.82 | 0.39 | 0.57 |
| Hex | BD | 6C | 68 | 0 | 2B | 2D | 1A | 3 | 27 | 39 |
| Octal | 275 | 154 | 150 | 0 | 53 | 55 | 32 | 3 | 47 | 71 |
| Binary | 10111101 | 1101100 | 1101000 | 0 | 101011 | 101101 | 11010 | 11 | 100111 | 111001 |
Color Harmonies of #BD6C68
Complementary color
Monochromatic Colors of #BD6C68
Black with #BD6C68
Text Example
Text Example
White with #BD6C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6C68; }
p { color: rgb(189,108,104); }
H1.HeaderClassName
{
color: #BD6C68;
}
.AnyTagClassName
{
color: #BD6C68;
}
</style>
background-color css
<style>
a { background-color: #BD6C68; }
a { background-color: rgb(189,108,104); }
div.DivClassName
{
background-color: #BD6C68;
}
.BgClassName
{
background-color: #BD6C68;
}
</style>
border-color css
<style>
span { border-color: #BD6C68; }
span { border-color: rgb(189,108,104); }
td.TdClassName
{
border-color: #BD6C68;
}
.TagClassName
{
border-color: #BD6C68;
}
</style>