Shades of Contessa #BD7769
Tints of Contessa #BD7769
RGB
CMYK
RGB Variations
Color information
#BD7769 (or 0xBD7769) is known color: Contessa. HEX triplet: BD, 77 and 69. RGB value is (189,119,105). Sum of RGB (Red+Green+Blue) = 189+119+105=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7769 is #428896. Grayscale: #8A8A8A. Windows color (decimal): -4360343 or 6911933. OLE color: 6911933.
HSL color Cylindrical-coordinate representation of color #BD7769: hue angle of 10º 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 #BD7769 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 105 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.26 |
| HSL | 10º | 0.39% | 0.58% | - |
| HSV(B) | 10º | 0.44% | 0.74% | - |
| XYZ | 30.13 | 25.03 | 16.61 | - |
| YUV | 138.33 | 109.19 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 105 | 0 | 0.37 | 0.44 | 0.26 | 10 | 0.39 | 0.58 |
| Hex | BD | 77 | 69 | 0 | 25 | 2C | 1A | A | 27 | 3A |
| Octal | 275 | 167 | 151 | 0 | 45 | 54 | 32 | 12 | 47 | 72 |
| Binary | 10111101 | 1110111 | 1101001 | 0 | 100101 | 101100 | 11010 | 1010 | 100111 | 111010 |
Color Harmonies of #BD7769
Complementary color
Monochromatic Colors of #BD7769
Black with #BD7769
Text Example
Text Example
White with #BD7769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7769; }
p { color: rgb(189,119,105); }
H1.HeaderClassName
{
color: #BD7769;
}
.AnyTagClassName
{
color: #BD7769;
}
</style>
background-color css
<style>
a { background-color: #BD7769; }
a { background-color: rgb(189,119,105); }
div.DivClassName
{
background-color: #BD7769;
}
.BgClassName
{
background-color: #BD7769;
}
</style>
border-color css
<style>
span { border-color: #BD7769; }
span { border-color: rgb(189,119,105); }
td.TdClassName
{
border-color: #BD7769;
}
.TagClassName
{
border-color: #BD7769;
}
</style>