Shades of Contessa #BE7268
Tints of Contessa #BE7268
RGB
CMYK
RGB Variations
Color information
#BE7268 (or 0xBE7268) is known color: Contessa. HEX triplet: BE, 72 and 68. RGB value is (190,114,104). Sum of RGB (Red+Green+Blue) = 190+114+104=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7268 is #418D97. Grayscale: #878787. Windows color (decimal): -4296088 or 6845118. OLE color: 6845118.
HSL color Cylindrical-coordinate representation of color #BE7268: hue angle of 6.98º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7268 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 104 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.25 |
| HSL | 6.98º | 0.4% | 0.58% | - |
| HSV(B) | 6.98º | 0.45% | 0.75% | - |
| XYZ | 29.75 | 23.98 | 16.16 | - |
| YUV | 135.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 104 | 0 | 0.40 | 0.45 | 0.25 | 6.98 | 0.4 | 0.58 |
| Hex | BE | 72 | 68 | 0 | 28 | 2D | 19 | 7 | 28 | 3A |
| Octal | 276 | 162 | 150 | 0 | 50 | 55 | 31 | 7 | 50 | 72 |
| Binary | 10111110 | 1110010 | 1101000 | 0 | 101000 | 101101 | 11001 | 111 | 101000 | 111010 |
Color Harmonies of #BE7268
Complementary color
Monochromatic Colors of #BE7268
Black with #BE7268
Text Example
Text Example
White with #BE7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7268; }
p { color: rgb(190,114,104); }
H1.HeaderClassName
{
color: #BE7268;
}
.AnyTagClassName
{
color: #BE7268;
}
</style>
background-color css
<style>
a { background-color: #BE7268; }
a { background-color: rgb(190,114,104); }
div.DivClassName
{
background-color: #BE7268;
}
.BgClassName
{
background-color: #BE7268;
}
</style>
border-color css
<style>
span { border-color: #BE7268; }
span { border-color: rgb(190,114,104); }
td.TdClassName
{
border-color: #BE7268;
}
.TagClassName
{
border-color: #BE7268;
}
</style>