Shades of Contessa #BE7266
Tints of Contessa #BE7266
RGB
CMYK
RGB Variations
Color information
#BE7266 (or 0xBE7266) is known color: Contessa. HEX triplet: BE, 72 and 66. RGB value is (190,114,102). Sum of RGB (Red+Green+Blue) = 190+114+102=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7266 is #418D99. Grayscale: #878787. Windows color (decimal): -4296090 or 6714046. OLE color: 6714046.
HSL color Cylindrical-coordinate representation of color #BE7266: hue angle of 8.18º 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 #BE7266 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 102 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.25 |
| HSL | 8.18º | 0.4% | 0.57% | - |
| HSV(B) | 8.18º | 0.46% | 0.75% | - |
| XYZ | 29.65 | 23.94 | 15.63 | - |
| YUV | 135.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 102 | 0 | 0.40 | 0.46 | 0.25 | 8.18 | 0.4 | 0.57 |
| Hex | BE | 72 | 66 | 0 | 28 | 2E | 19 | 8 | 28 | 39 |
| Octal | 276 | 162 | 146 | 0 | 50 | 56 | 31 | 10 | 50 | 71 |
| Binary | 10111110 | 1110010 | 1100110 | 0 | 101000 | 101110 | 11001 | 1000 | 101000 | 111001 |
Color Harmonies of #BE7266
Complementary color
Monochromatic Colors of #BE7266
Black with #BE7266
Text Example
Text Example
White with #BE7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7266; }
p { color: rgb(190,114,102); }
H1.HeaderClassName
{
color: #BE7266;
}
.AnyTagClassName
{
color: #BE7266;
}
</style>
background-color css
<style>
a { background-color: #BE7266; }
a { background-color: rgb(190,114,102); }
div.DivClassName
{
background-color: #BE7266;
}
.BgClassName
{
background-color: #BE7266;
}
</style>
border-color css
<style>
span { border-color: #BE7266; }
span { border-color: rgb(190,114,102); }
td.TdClassName
{
border-color: #BE7266;
}
.TagClassName
{
border-color: #BE7266;
}
</style>