Shades of Contessa #BD7575
Tints of Contessa #BD7575
RGB
CMYK
RGB Variations
Color information
#BD7575 (or 0xBD7575) is known color: Contessa. HEX triplet: BD, 75 and 75. RGB value is (189,117,117). Sum of RGB (Red+Green+Blue) = 189+117+117=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7575 is #428A8A. Grayscale: #8A8A8A. Windows color (decimal): -4360843 or 7697853. OLE color: 7697853.
HSL color Cylindrical-coordinate representation of color #BD7575: hue angle of 0º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7575 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 117 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.26 |
| HSL | 0º | 0.35% | 0.6% | - |
| HSV(B) | 0º | 0.38% | 0.74% | - |
| XYZ | 30.56 | 24.83 | 20.01 | - |
| YUV | 138.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 117 | 0 | 0.38 | 0.38 | 0.26 | 0 | 0.35 | 0.6 |
| Hex | BD | 75 | 75 | 0 | 26 | 26 | 1A | 0 | 23 | 3C |
| Octal | 275 | 165 | 165 | 0 | 46 | 46 | 32 | 0 | 43 | 74 |
| Binary | 10111101 | 1110101 | 1110101 | 0 | 100110 | 100110 | 11010 | 0 | 100011 | 111100 |
Color Harmonies of #BD7575
Complementary color
Monochromatic Colors of #BD7575
Black with #BD7575
Text Example
Text Example
White with #BD7575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7575; }
p { color: rgb(189,117,117); }
H1.HeaderClassName
{
color: #BD7575;
}
.AnyTagClassName
{
color: #BD7575;
}
</style>
background-color css
<style>
a { background-color: #BD7575; }
a { background-color: rgb(189,117,117); }
div.DivClassName
{
background-color: #BD7575;
}
.BgClassName
{
background-color: #BD7575;
}
</style>
border-color css
<style>
span { border-color: #BD7575; }
span { border-color: rgb(189,117,117); }
td.TdClassName
{
border-color: #BD7575;
}
.TagClassName
{
border-color: #BD7575;
}
</style>