Shades of Contessa #BD7A6A
Tints of Contessa #BD7A6A
RGB
CMYK
RGB Variations
Color information
#BD7A6A (or 0xBD7A6A) is known color: Contessa. HEX triplet: BD, 7A and 6A. RGB value is (189,122,106). Sum of RGB (Red+Green+Blue) = 189+122+106=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7A6A is #428595. Grayscale: #8C8C8C. Windows color (decimal): -4359574 or 6978237. OLE color: 6978237.
HSL color Cylindrical-coordinate representation of color #BD7A6A: hue angle of 11.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD7A6A is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 106 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.26 |
| HSL | 11.57º | 0.39% | 0.58% | - |
| HSV(B) | 11.57º | 0.44% | 0.74% | - |
| XYZ | 30.55 | 25.78 | 17 | - |
| YUV | 140.21 | 108.7 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 106 | 0 | 0.35 | 0.44 | 0.26 | 11.57 | 0.39 | 0.58 |
| Hex | BD | 7A | 6A | 0 | 23 | 2C | 1A | C | 27 | 3A |
| Octal | 275 | 172 | 152 | 0 | 43 | 54 | 32 | 14 | 47 | 72 |
| Binary | 10111101 | 1111010 | 1101010 | 0 | 100011 | 101100 | 11010 | 1100 | 100111 | 111010 |
Color Harmonies of #BD7A6A
Complementary color
Monochromatic Colors of #BD7A6A
Black with #BD7A6A
Text Example
Text Example
White with #BD7A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7A6A; }
p { color: rgb(189,122,106); }
H1.HeaderClassName
{
color: #BD7A6A;
}
.AnyTagClassName
{
color: #BD7A6A;
}
</style>
background-color css
<style>
a { background-color: #BD7A6A; }
a { background-color: rgb(189,122,106); }
div.DivClassName
{
background-color: #BD7A6A;
}
.BgClassName
{
background-color: #BD7A6A;
}
</style>
border-color css
<style>
span { border-color: #BD7A6A; }
span { border-color: rgb(189,122,106); }
td.TdClassName
{
border-color: #BD7A6A;
}
.TagClassName
{
border-color: #BD7A6A;
}
</style>