Shades of Contessa #BD7A6C
Tints of Contessa #BD7A6C
RGB
CMYK
RGB Variations
Color information
#BD7A6C (or 0xBD7A6C) is known color: Contessa. HEX triplet: BD, 7A and 6C. RGB value is (189,122,108). Sum of RGB (Red+Green+Blue) = 189+122+108=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7A6C is #428593. Grayscale: #8C8C8C. Windows color (decimal): -4359572 or 7109309. OLE color: 7109309.
HSL color Cylindrical-coordinate representation of color #BD7A6C: hue angle of 10.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD7A6C is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 108 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.26 |
| HSL | 10.37º | 0.38% | 0.58% | - |
| HSV(B) | 10.37º | 0.43% | 0.74% | - |
| XYZ | 30.65 | 25.82 | 17.56 | - |
| YUV | 140.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 108 | 0 | 0.35 | 0.43 | 0.26 | 10.37 | 0.38 | 0.58 |
| Hex | BD | 7A | 6C | 0 | 23 | 2B | 1A | A | 26 | 3A |
| Octal | 275 | 172 | 154 | 0 | 43 | 53 | 32 | 12 | 46 | 72 |
| Binary | 10111101 | 1111010 | 1101100 | 0 | 100011 | 101011 | 11010 | 1010 | 100110 | 111010 |
Color Harmonies of #BD7A6C
Complementary color
Monochromatic Colors of #BD7A6C
Black with #BD7A6C
Text Example
Text Example
White with #BD7A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7A6C; }
p { color: rgb(189,122,108); }
H1.HeaderClassName
{
color: #BD7A6C;
}
.AnyTagClassName
{
color: #BD7A6C;
}
</style>
background-color css
<style>
a { background-color: #BD7A6C; }
a { background-color: rgb(189,122,108); }
div.DivClassName
{
background-color: #BD7A6C;
}
.BgClassName
{
background-color: #BD7A6C;
}
</style>
border-color css
<style>
span { border-color: #BD7A6C; }
span { border-color: rgb(189,122,108); }
td.TdClassName
{
border-color: #BD7A6C;
}
.TagClassName
{
border-color: #BD7A6C;
}
</style>