Shades of Contessa #BD7773
Tints of Contessa #BD7773
RGB
CMYK
RGB Variations
Color information
#BD7773 (or 0xBD7773) is known color: Contessa. HEX triplet: BD, 77 and 73. RGB value is (189,119,115). Sum of RGB (Red+Green+Blue) = 189+119+115=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7773 is #42888C. Grayscale: #8B8B8B. Windows color (decimal): -4360333 or 7567293. OLE color: 7567293.
HSL color Cylindrical-coordinate representation of color #BD7773: hue angle of 3.24º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD7773 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 115 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.26 |
| HSL | 3.24º | 0.36% | 0.6% | - |
| HSV(B) | 3.24º | 0.39% | 0.74% | - |
| XYZ | 30.68 | 25.25 | 19.48 | - |
| YUV | 139.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 115 | 0 | 0.37 | 0.39 | 0.26 | 3.24 | 0.36 | 0.6 |
| Hex | BD | 77 | 73 | 0 | 25 | 27 | 1A | 3 | 24 | 3C |
| Octal | 275 | 167 | 163 | 0 | 45 | 47 | 32 | 3 | 44 | 74 |
| Binary | 10111101 | 1110111 | 1110011 | 0 | 100101 | 100111 | 11010 | 11 | 100100 | 111100 |
Color Harmonies of #BD7773
Complementary color
Monochromatic Colors of #BD7773
Black with #BD7773
Text Example
Text Example
White with #BD7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7773; }
p { color: rgb(189,119,115); }
H1.HeaderClassName
{
color: #BD7773;
}
.AnyTagClassName
{
color: #BD7773;
}
</style>
background-color css
<style>
a { background-color: #BD7773; }
a { background-color: rgb(189,119,115); }
div.DivClassName
{
background-color: #BD7773;
}
.BgClassName
{
background-color: #BD7773;
}
</style>
border-color css
<style>
span { border-color: #BD7773; }
span { border-color: rgb(189,119,115); }
td.TdClassName
{
border-color: #BD7773;
}
.TagClassName
{
border-color: #BD7773;
}
</style>