Shades of Contessa #BE7A6C
Tints of Contessa #BE7A6C
RGB
CMYK
RGB Variations
Color information
#BE7A6C (or 0xBE7A6C) is known color: Contessa. HEX triplet: BE, 7A and 6C. RGB value is (190,122,108). Sum of RGB (Red+Green+Blue) = 190+122+108=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A6C is #418593. Grayscale: #8C8C8C. Windows color (decimal): -4294036 or 7109310. OLE color: 7109310.
HSL color Cylindrical-coordinate representation of color #BE7A6C: hue angle of 10.24º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE7A6C is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 108 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.25 |
| HSL | 10.24º | 0.39% | 0.58% | - |
| HSV(B) | 10.24º | 0.43% | 0.75% | - |
| XYZ | 30.9 | 25.95 | 17.57 | - |
| YUV | 140.74 | 109.53 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 108 | 0 | 0.36 | 0.43 | 0.25 | 10.24 | 0.39 | 0.58 |
| Hex | BE | 7A | 6C | 0 | 24 | 2B | 19 | A | 27 | 3A |
| Octal | 276 | 172 | 154 | 0 | 44 | 53 | 31 | 12 | 47 | 72 |
| Binary | 10111110 | 1111010 | 1101100 | 0 | 100100 | 101011 | 11001 | 1010 | 100111 | 111010 |
Color Harmonies of #BE7A6C
Complementary color
Monochromatic Colors of #BE7A6C
Black with #BE7A6C
Text Example
Text Example
White with #BE7A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A6C; }
p { color: rgb(190,122,108); }
H1.HeaderClassName
{
color: #BE7A6C;
}
.AnyTagClassName
{
color: #BE7A6C;
}
</style>
background-color css
<style>
a { background-color: #BE7A6C; }
a { background-color: rgb(190,122,108); }
div.DivClassName
{
background-color: #BE7A6C;
}
.BgClassName
{
background-color: #BE7A6C;
}
</style>
border-color css
<style>
span { border-color: #BE7A6C; }
span { border-color: rgb(190,122,108); }
td.TdClassName
{
border-color: #BE7A6C;
}
.TagClassName
{
border-color: #BE7A6C;
}
</style>