Shades of Contessa #BE6D5E
Tints of Contessa #BE6D5E
RGB
CMYK
RGB Variations
Color information
#BE6D5E (or 0xBE6D5E) is known color: Contessa. HEX triplet: BE, 6D and 5E. RGB value is (190,109,94). Sum of RGB (Red+Green+Blue) = 190+109+94=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D5E is #4192A1. Grayscale: #838383. Windows color (decimal): -4297378 or 6188478. OLE color: 6188478.
HSL color Cylindrical-coordinate representation of color #BE6D5E: hue angle of 9.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE6D5E is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 94 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.25 |
| HSL | 9.38º | 0.42% | 0.56% | - |
| HSV(B) | 9.38º | 0.51% | 0.75% | - |
| XYZ | 28.72 | 22.69 | 13.46 | - |
| YUV | 131.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 94 | 0 | 0.43 | 0.51 | 0.25 | 9.38 | 0.42 | 0.56 |
| Hex | BE | 6D | 5E | 0 | 2B | 33 | 19 | 9 | 2A | 38 |
| Octal | 276 | 155 | 136 | 0 | 53 | 63 | 31 | 11 | 52 | 70 |
| Binary | 10111110 | 1101101 | 1011110 | 0 | 101011 | 110011 | 11001 | 1001 | 101010 | 111000 |
Color Harmonies of #BE6D5E
Complementary color
Monochromatic Colors of #BE6D5E
Black with #BE6D5E
Text Example
Text Example
White with #BE6D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6D5E; }
p { color: rgb(190,109,94); }
H1.HeaderClassName
{
color: #BE6D5E;
}
.AnyTagClassName
{
color: #BE6D5E;
}
</style>
background-color css
<style>
a { background-color: #BE6D5E; }
a { background-color: rgb(190,109,94); }
div.DivClassName
{
background-color: #BE6D5E;
}
.BgClassName
{
background-color: #BE6D5E;
}
</style>
border-color css
<style>
span { border-color: #BE6D5E; }
span { border-color: rgb(190,109,94); }
td.TdClassName
{
border-color: #BE6D5E;
}
.TagClassName
{
border-color: #BE6D5E;
}
</style>