Shades of Contessa #BE7668
Tints of Contessa #BE7668
RGB
CMYK
RGB Variations
Color information
#BE7668 (or 0xBE7668) is known color: Contessa. HEX triplet: BE, 76 and 68. RGB value is (190,118,104). Sum of RGB (Red+Green+Blue) = 190+118+104=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7668 is #418997. Grayscale: #8A8A8A. Windows color (decimal): -4295064 or 6846142. OLE color: 6846142.
HSL color Cylindrical-coordinate representation of color #BE7668: hue angle of 9.77º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7668 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 104 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.25 |
| HSL | 9.77º | 0.4% | 0.58% | - |
| HSV(B) | 9.77º | 0.45% | 0.75% | - |
| XYZ | 30.21 | 24.9 | 16.31 | - |
| YUV | 137.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 104 | 0 | 0.38 | 0.45 | 0.25 | 9.77 | 0.4 | 0.58 |
| Hex | BE | 76 | 68 | 0 | 26 | 2D | 19 | A | 28 | 3A |
| Octal | 276 | 166 | 150 | 0 | 46 | 55 | 31 | 12 | 50 | 72 |
| Binary | 10111110 | 1110110 | 1101000 | 0 | 100110 | 101101 | 11001 | 1010 | 101000 | 111010 |
Color Harmonies of #BE7668
Complementary color
Monochromatic Colors of #BE7668
Black with #BE7668
Text Example
Text Example
White with #BE7668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7668; }
p { color: rgb(190,118,104); }
H1.HeaderClassName
{
color: #BE7668;
}
.AnyTagClassName
{
color: #BE7668;
}
</style>
background-color css
<style>
a { background-color: #BE7668; }
a { background-color: rgb(190,118,104); }
div.DivClassName
{
background-color: #BE7668;
}
.BgClassName
{
background-color: #BE7668;
}
</style>
border-color css
<style>
span { border-color: #BE7668; }
span { border-color: rgb(190,118,104); }
td.TdClassName
{
border-color: #BE7668;
}
.TagClassName
{
border-color: #BE7668;
}
</style>