Shades of Contessa #BD7561
Tints of Contessa #BD7561
RGB
CMYK
RGB Variations
Color information
#BD7561 (or 0xBD7561) is known color: Contessa. HEX triplet: BD, 75 and 61. RGB value is (189,117,97). Sum of RGB (Red+Green+Blue) = 189+117+97=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7561 is #428A9E. Grayscale: #888888. Windows color (decimal): -4360863 or 6387133. OLE color: 6387133.
HSL color Cylindrical-coordinate representation of color #BD7561: hue angle of 13.04º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD7561 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 97 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.26 |
| HSL | 13.04º | 0.41% | 0.56% | - |
| HSV(B) | 13.04º | 0.49% | 0.74% | - |
| XYZ | 29.51 | 24.4 | 14.46 | - |
| YUV | 136.25 | 105.85 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 97 | 0 | 0.38 | 0.49 | 0.26 | 13.04 | 0.41 | 0.56 |
| Hex | BD | 75 | 61 | 0 | 26 | 31 | 1A | D | 29 | 38 |
| Octal | 275 | 165 | 141 | 0 | 46 | 61 | 32 | 15 | 51 | 70 |
| Binary | 10111101 | 1110101 | 1100001 | 0 | 100110 | 110001 | 11010 | 1101 | 101001 | 111000 |
Color Harmonies of #BD7561
Complementary color
Monochromatic Colors of #BD7561
Black with #BD7561
Text Example
Text Example
White with #BD7561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7561; }
p { color: rgb(189,117,97); }
H1.HeaderClassName
{
color: #BD7561;
}
.AnyTagClassName
{
color: #BD7561;
}
</style>
background-color css
<style>
a { background-color: #BD7561; }
a { background-color: rgb(189,117,97); }
div.DivClassName
{
background-color: #BD7561;
}
.BgClassName
{
background-color: #BD7561;
}
</style>
border-color css
<style>
span { border-color: #BD7561; }
span { border-color: rgb(189,117,97); }
td.TdClassName
{
border-color: #BD7561;
}
.TagClassName
{
border-color: #BD7561;
}
</style>