Shades of Contessa #BE7B66
Tints of Contessa #BE7B66
RGB
CMYK
RGB Variations
Color information
#BE7B66 (or 0xBE7B66) is known color: Contessa. HEX triplet: BE, 7B and 66. RGB value is (190,123,102). Sum of RGB (Red+Green+Blue) = 190+123+102=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B66 is #418499. Grayscale: #8C8C8C. Windows color (decimal): -4293786 or 6716350. OLE color: 6716350.
HSL color Cylindrical-coordinate representation of color #BE7B66: hue angle of 14.32º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE7B66 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 102 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.25 |
| HSL | 14.32º | 0.4% | 0.57% | - |
| HSV(B) | 14.32º | 0.46% | 0.75% | - |
| XYZ | 30.72 | 26.07 | 15.98 | - |
| YUV | 140.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 102 | 0 | 0.35 | 0.46 | 0.25 | 14.32 | 0.4 | 0.57 |
| Hex | BE | 7B | 66 | 0 | 23 | 2E | 19 | E | 28 | 39 |
| Octal | 276 | 173 | 146 | 0 | 43 | 56 | 31 | 16 | 50 | 71 |
| Binary | 10111110 | 1111011 | 1100110 | 0 | 100011 | 101110 | 11001 | 1110 | 101000 | 111001 |
Color Harmonies of #BE7B66
Complementary color
Monochromatic Colors of #BE7B66
Black with #BE7B66
Text Example
Text Example
White with #BE7B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B66; }
p { color: rgb(190,123,102); }
H1.HeaderClassName
{
color: #BE7B66;
}
.AnyTagClassName
{
color: #BE7B66;
}
</style>
background-color css
<style>
a { background-color: #BE7B66; }
a { background-color: rgb(190,123,102); }
div.DivClassName
{
background-color: #BE7B66;
}
.BgClassName
{
background-color: #BE7B66;
}
</style>
border-color css
<style>
span { border-color: #BE7B66; }
span { border-color: rgb(190,123,102); }
td.TdClassName
{
border-color: #BE7B66;
}
.TagClassName
{
border-color: #BE7B66;
}
</style>