Shades of Contessa #BE7672
Tints of Contessa #BE7672
RGB
CMYK
RGB Variations
Color information
#BE7672 (or 0xBE7672) is known color: Contessa. HEX triplet: BE, 76 and 72. RGB value is (190,118,114). Sum of RGB (Red+Green+Blue) = 190+118+114=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7672 is #41898D. Grayscale: #8B8B8B. Windows color (decimal): -4295054 or 7501502. OLE color: 7501502.
HSL color Cylindrical-coordinate representation of color #BE7672: hue angle of 3.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7672 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 114 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.25 |
| HSL | 3.16º | 0.37% | 0.6% | - |
| HSV(B) | 3.16º | 0.4% | 0.75% | - |
| XYZ | 30.75 | 25.12 | 19.15 | - |
| YUV | 139.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 114 | 0 | 0.38 | 0.40 | 0.25 | 3.16 | 0.37 | 0.6 |
| Hex | BE | 76 | 72 | 0 | 26 | 28 | 19 | 3 | 25 | 3C |
| Octal | 276 | 166 | 162 | 0 | 46 | 50 | 31 | 3 | 45 | 74 |
| Binary | 10111110 | 1110110 | 1110010 | 0 | 100110 | 101000 | 11001 | 11 | 100101 | 111100 |
Color Harmonies of #BE7672
Complementary color
Monochromatic Colors of #BE7672
Black with #BE7672
Text Example
Text Example
White with #BE7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7672; }
p { color: rgb(190,118,114); }
H1.HeaderClassName
{
color: #BE7672;
}
.AnyTagClassName
{
color: #BE7672;
}
</style>
background-color css
<style>
a { background-color: #BE7672; }
a { background-color: rgb(190,118,114); }
div.DivClassName
{
background-color: #BE7672;
}
.BgClassName
{
background-color: #BE7672;
}
</style>
border-color css
<style>
span { border-color: #BE7672; }
span { border-color: rgb(190,118,114); }
td.TdClassName
{
border-color: #BE7672;
}
.TagClassName
{
border-color: #BE7672;
}
</style>