Shades of Contessa #BE6E5C
Tints of Contessa #BE6E5C
RGB
CMYK
RGB Variations
Color information
#BE6E5C (or 0xBE6E5C) is known color: Contessa. HEX triplet: BE, 6E and 5C. RGB value is (190,110,92). Sum of RGB (Red+Green+Blue) = 190+110+92=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E5C is #4191A3. Grayscale: #848484. Windows color (decimal): -4297124 or 6057662. OLE color: 6057662.
HSL color Cylindrical-coordinate representation of color #BE6E5C: hue angle of 11.02º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE6E5C is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 92 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.25 |
| HSL | 11.02º | 0.43% | 0.55% | - |
| HSV(B) | 11.02º | 0.52% | 0.75% | - |
| XYZ | 28.74 | 22.87 | 13.02 | - |
| YUV | 131.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 92 | 0 | 0.42 | 0.52 | 0.25 | 11.02 | 0.43 | 0.55 |
| Hex | BE | 6E | 5C | 0 | 2A | 34 | 19 | B | 2B | 37 |
| Octal | 276 | 156 | 134 | 0 | 52 | 64 | 31 | 13 | 53 | 67 |
| Binary | 10111110 | 1101110 | 1011100 | 0 | 101010 | 110100 | 11001 | 1011 | 101011 | 110111 |
Color Harmonies of #BE6E5C
Complementary color
Monochromatic Colors of #BE6E5C
Black with #BE6E5C
Text Example
Text Example
White with #BE6E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6E5C; }
p { color: rgb(190,110,92); }
H1.HeaderClassName
{
color: #BE6E5C;
}
.AnyTagClassName
{
color: #BE6E5C;
}
</style>
background-color css
<style>
a { background-color: #BE6E5C; }
a { background-color: rgb(190,110,92); }
div.DivClassName
{
background-color: #BE6E5C;
}
.BgClassName
{
background-color: #BE6E5C;
}
</style>
border-color css
<style>
span { border-color: #BE6E5C; }
span { border-color: rgb(190,110,92); }
td.TdClassName
{
border-color: #BE6E5C;
}
.TagClassName
{
border-color: #BE6E5C;
}
</style>