Shades of Contessa #BE7C67
Tints of Contessa #BE7C67
RGB
CMYK
RGB Variations
Color information
#BE7C67 (or 0xBE7C67) is known color: Contessa. HEX triplet: BE, 7C and 67. RGB value is (190,124,103). Sum of RGB (Red+Green+Blue) = 190+124+103=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C67 is #418398. Grayscale: #8D8D8D. Windows color (decimal): -4293529 or 6782142. OLE color: 6782142.
HSL color Cylindrical-coordinate representation of color #BE7C67: hue angle of 14.48º 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 #BE7C67 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 124 | 103 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.25 |
| HSL | 14.48º | 0.4% | 0.57% | - |
| HSV(B) | 14.48º | 0.46% | 0.75% | - |
| XYZ | 30.89 | 26.34 | 16.29 | - |
| YUV | 141.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 103 | 0 | 0.35 | 0.46 | 0.25 | 14.48 | 0.4 | 0.57 |
| Hex | BE | 7C | 67 | 0 | 23 | 2E | 19 | E | 28 | 39 |
| Octal | 276 | 174 | 147 | 0 | 43 | 56 | 31 | 16 | 50 | 71 |
| Binary | 10111110 | 1111100 | 1100111 | 0 | 100011 | 101110 | 11001 | 1110 | 101000 | 111001 |
Color Harmonies of #BE7C67
Complementary color
Monochromatic Colors of #BE7C67
Black with #BE7C67
Text Example
Text Example
White with #BE7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7C67; }
p { color: rgb(190,124,103); }
H1.HeaderClassName
{
color: #BE7C67;
}
.AnyTagClassName
{
color: #BE7C67;
}
</style>
background-color css
<style>
a { background-color: #BE7C67; }
a { background-color: rgb(190,124,103); }
div.DivClassName
{
background-color: #BE7C67;
}
.BgClassName
{
background-color: #BE7C67;
}
</style>
border-color css
<style>
span { border-color: #BE7C67; }
span { border-color: rgb(190,124,103); }
td.TdClassName
{
border-color: #BE7C67;
}
.TagClassName
{
border-color: #BE7C67;
}
</style>