Shades of Contessa #BE7575
Tints of Contessa #BE7575
RGB
CMYK
RGB Variations
Color information
#BE7575 (or 0xBE7575) is known color: Contessa. HEX triplet: BE, 75 and 75. RGB value is (190,117,117). Sum of RGB (Red+Green+Blue) = 190+117+117=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7575 is #418A8A. Grayscale: #8A8A8A. Windows color (decimal): -4295307 or 7697854. OLE color: 7697854.
HSL color Cylindrical-coordinate representation of color #BE7575: hue angle of 0º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7575 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 117 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.25 |
| HSL | 0º | 0.36% | 0.6% | - |
| HSV(B) | 0º | 0.38% | 0.75% | - |
| XYZ | 30.81 | 24.95 | 20.02 | - |
| YUV | 138.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 117 | 0 | 0.38 | 0.38 | 0.25 | 0 | 0.36 | 0.6 |
| Hex | BE | 75 | 75 | 0 | 26 | 26 | 19 | 0 | 24 | 3C |
| Octal | 276 | 165 | 165 | 0 | 46 | 46 | 31 | 0 | 44 | 74 |
| Binary | 10111110 | 1110101 | 1110101 | 0 | 100110 | 100110 | 11001 | 0 | 100100 | 111100 |
Color Harmonies of #BE7575
Complementary color
Monochromatic Colors of #BE7575
Black with #BE7575
Text Example
Text Example
White with #BE7575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7575; }
p { color: rgb(190,117,117); }
H1.HeaderClassName
{
color: #BE7575;
}
.AnyTagClassName
{
color: #BE7575;
}
</style>
background-color css
<style>
a { background-color: #BE7575; }
a { background-color: rgb(190,117,117); }
div.DivClassName
{
background-color: #BE7575;
}
.BgClassName
{
background-color: #BE7575;
}
</style>
border-color css
<style>
span { border-color: #BE7575; }
span { border-color: rgb(190,117,117); }
td.TdClassName
{
border-color: #BE7575;
}
.TagClassName
{
border-color: #BE7575;
}
</style>