Shades of Contessa #BE6D5D
Tints of Contessa #BE6D5D
RGB
CMYK
RGB Variations
Color information
#BE6D5D (or 0xBE6D5D) is known color: Contessa. HEX triplet: BE, 6D and 5D. RGB value is (190,109,93). Sum of RGB (Red+Green+Blue) = 190+109+93=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D5D is #4192A2. Grayscale: #838383. Windows color (decimal): -4297379 or 6122942. OLE color: 6122942.
HSL color Cylindrical-coordinate representation of color #BE6D5D: hue angle of 9.9º 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 #BE6D5D is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 93 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.25 |
| HSL | 9.9º | 0.43% | 0.55% | - |
| HSV(B) | 9.9º | 0.51% | 0.75% | - |
| XYZ | 28.68 | 22.67 | 13.22 | - |
| YUV | 131.4 | 106.34 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 93 | 0 | 0.43 | 0.51 | 0.25 | 9.9 | 0.43 | 0.55 |
| Hex | BE | 6D | 5D | 0 | 2B | 33 | 19 | A | 2B | 37 |
| Octal | 276 | 155 | 135 | 0 | 53 | 63 | 31 | 12 | 53 | 67 |
| Binary | 10111110 | 1101101 | 1011101 | 0 | 101011 | 110011 | 11001 | 1010 | 101011 | 110111 |
Color Harmonies of #BE6D5D
Complementary color
Monochromatic Colors of #BE6D5D
Black with #BE6D5D
Text Example
Text Example
White with #BE6D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6D5D; }
p { color: rgb(190,109,93); }
H1.HeaderClassName
{
color: #BE6D5D;
}
.AnyTagClassName
{
color: #BE6D5D;
}
</style>
background-color css
<style>
a { background-color: #BE6D5D; }
a { background-color: rgb(190,109,93); }
div.DivClassName
{
background-color: #BE6D5D;
}
.BgClassName
{
background-color: #BE6D5D;
}
</style>
border-color css
<style>
span { border-color: #BE6D5D; }
span { border-color: rgb(190,109,93); }
td.TdClassName
{
border-color: #BE6D5D;
}
.TagClassName
{
border-color: #BE6D5D;
}
</style>