Shades of Contessa #BE7A6B
Tints of Contessa #BE7A6B
RGB
CMYK
RGB Variations
Color information
#BE7A6B (or 0xBE7A6B) is known color: Contessa. HEX triplet: BE, 7A and 6B. RGB value is (190,122,107). Sum of RGB (Red+Green+Blue) = 190+122+107=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A6B is #418594. Grayscale: #8C8C8C. Windows color (decimal): -4294037 or 7043774. OLE color: 7043774.
HSL color Cylindrical-coordinate representation of color #BE7A6B: hue angle of 10.84º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE7A6B is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 107 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.25 |
| HSL | 10.84º | 0.39% | 0.58% | - |
| HSV(B) | 10.84º | 0.44% | 0.75% | - |
| XYZ | 30.85 | 25.93 | 17.29 | - |
| YUV | 140.62 | 109.03 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 107 | 0 | 0.36 | 0.44 | 0.25 | 10.84 | 0.39 | 0.58 |
| Hex | BE | 7A | 6B | 0 | 24 | 2C | 19 | B | 27 | 3A |
| Octal | 276 | 172 | 153 | 0 | 44 | 54 | 31 | 13 | 47 | 72 |
| Binary | 10111110 | 1111010 | 1101011 | 0 | 100100 | 101100 | 11001 | 1011 | 100111 | 111010 |
Color Harmonies of #BE7A6B
Complementary color
Monochromatic Colors of #BE7A6B
Black with #BE7A6B
Text Example
Text Example
White with #BE7A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A6B; }
p { color: rgb(190,122,107); }
H1.HeaderClassName
{
color: #BE7A6B;
}
.AnyTagClassName
{
color: #BE7A6B;
}
</style>
background-color css
<style>
a { background-color: #BE7A6B; }
a { background-color: rgb(190,122,107); }
div.DivClassName
{
background-color: #BE7A6B;
}
.BgClassName
{
background-color: #BE7A6B;
}
</style>
border-color css
<style>
span { border-color: #BE7A6B; }
span { border-color: rgb(190,122,107); }
td.TdClassName
{
border-color: #BE7A6B;
}
.TagClassName
{
border-color: #BE7A6B;
}
</style>