Shades of Contessa #BD6565
Tints of Contessa #BD6565
RGB
CMYK
RGB Variations
Color information
#BD6565 (or 0xBD6565) is known color: Contessa. HEX triplet: BD, 65 and 65. RGB value is (189,101,101). Sum of RGB (Red+Green+Blue) = 189+101+101=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6565 is #429A9A. Grayscale: #7F7F7F. Windows color (decimal): -4364955 or 6645181. OLE color: 6645181.
HSL color Cylindrical-coordinate representation of color #BD6565: hue angle of 0º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6565 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 101 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.26 |
| HSL | 0º | 0.4% | 0.57% | - |
| HSV(B) | 0º | 0.47% | 0.74% | - |
| XYZ | 27.99 | 21.07 | 14.9 | - |
| YUV | 127.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 101 | 0 | 0.47 | 0.47 | 0.26 | 0 | 0.4 | 0.57 |
| Hex | BD | 65 | 65 | 0 | 2F | 2F | 1A | 0 | 28 | 39 |
| Octal | 275 | 145 | 145 | 0 | 57 | 57 | 32 | 0 | 50 | 71 |
| Binary | 10111101 | 1100101 | 1100101 | 0 | 101111 | 101111 | 11010 | 0 | 101000 | 111001 |
Color Harmonies of #BD6565
Complementary color
Monochromatic Colors of #BD6565
Black with #BD6565
Text Example
Text Example
White with #BD6565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6565; }
p { color: rgb(189,101,101); }
H1.HeaderClassName
{
color: #BD6565;
}
.AnyTagClassName
{
color: #BD6565;
}
</style>
background-color css
<style>
a { background-color: #BD6565; }
a { background-color: rgb(189,101,101); }
div.DivClassName
{
background-color: #BD6565;
}
.BgClassName
{
background-color: #BD6565;
}
</style>
border-color css
<style>
span { border-color: #BD6565; }
span { border-color: rgb(189,101,101); }
td.TdClassName
{
border-color: #BD6565;
}
.TagClassName
{
border-color: #BD6565;
}
</style>