Shades of Contessa #BE6E5D
Tints of Contessa #BE6E5D
RGB
CMYK
RGB Variations
Color information
#BE6E5D (or 0xBE6E5D) is known color: Contessa. HEX triplet: BE, 6E and 5D. RGB value is (190,110,93). Sum of RGB (Red+Green+Blue) = 190+110+93=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E5D is #4191A2. Grayscale: #848484. Windows color (decimal): -4297123 or 6123198. OLE color: 6123198.
HSL color Cylindrical-coordinate representation of color #BE6E5D: hue angle of 10.52º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE6E5D is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 93 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.25 |
| HSL | 10.52º | 0.43% | 0.55% | - |
| HSV(B) | 10.52º | 0.51% | 0.75% | - |
| XYZ | 28.79 | 22.89 | 13.26 | - |
| YUV | 131.98 | 106 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 93 | 0 | 0.42 | 0.51 | 0.25 | 10.52 | 0.43 | 0.55 |
| Hex | BE | 6E | 5D | 0 | 2A | 33 | 19 | B | 2B | 37 |
| Octal | 276 | 156 | 135 | 0 | 52 | 63 | 31 | 13 | 53 | 67 |
| Binary | 10111110 | 1101110 | 1011101 | 0 | 101010 | 110011 | 11001 | 1011 | 101011 | 110111 |
Color Harmonies of #BE6E5D
Complementary color
Monochromatic Colors of #BE6E5D
Black with #BE6E5D
Text Example
Text Example
White with #BE6E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6E5D; }
p { color: rgb(190,110,93); }
H1.HeaderClassName
{
color: #BE6E5D;
}
.AnyTagClassName
{
color: #BE6E5D;
}
</style>
background-color css
<style>
a { background-color: #BE6E5D; }
a { background-color: rgb(190,110,93); }
div.DivClassName
{
background-color: #BE6E5D;
}
.BgClassName
{
background-color: #BE6E5D;
}
</style>
border-color css
<style>
span { border-color: #BE6E5D; }
span { border-color: rgb(190,110,93); }
td.TdClassName
{
border-color: #BE6E5D;
}
.TagClassName
{
border-color: #BE6E5D;
}
</style>