Shades of Contessa #BE6A5D
Tints of Contessa #BE6A5D
RGB
CMYK
RGB Variations
Color information
#BE6A5D (or 0xBE6A5D) is known color: Contessa. HEX triplet: BE, 6A and 5D. RGB value is (190,106,93). Sum of RGB (Red+Green+Blue) = 190+106+93=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A5D is #4195A2. Grayscale: #818181. Windows color (decimal): -4298147 or 6122174. OLE color: 6122174.
HSL color Cylindrical-coordinate representation of color #BE6A5D: hue angle of 8.04º 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 #BE6A5D is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 106 | 93 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.25 |
| HSL | 8.04º | 0.43% | 0.55% | - |
| HSV(B) | 8.04º | 0.51% | 0.75% | - |
| XYZ | 28.37 | 22.05 | 13.12 | - |
| YUV | 129.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 93 | 0 | 0.44 | 0.51 | 0.25 | 8.04 | 0.43 | 0.55 |
| Hex | BE | 6A | 5D | 0 | 2C | 33 | 19 | 8 | 2B | 37 |
| Octal | 276 | 152 | 135 | 0 | 54 | 63 | 31 | 10 | 53 | 67 |
| Binary | 10111110 | 1101010 | 1011101 | 0 | 101100 | 110011 | 11001 | 1000 | 101011 | 110111 |
Color Harmonies of #BE6A5D
Complementary color
Monochromatic Colors of #BE6A5D
Black with #BE6A5D
Text Example
Text Example
White with #BE6A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6A5D; }
p { color: rgb(190,106,93); }
H1.HeaderClassName
{
color: #BE6A5D;
}
.AnyTagClassName
{
color: #BE6A5D;
}
</style>
background-color css
<style>
a { background-color: #BE6A5D; }
a { background-color: rgb(190,106,93); }
div.DivClassName
{
background-color: #BE6A5D;
}
.BgClassName
{
background-color: #BE6A5D;
}
</style>
border-color css
<style>
span { border-color: #BE6A5D; }
span { border-color: rgb(190,106,93); }
td.TdClassName
{
border-color: #BE6A5D;
}
.TagClassName
{
border-color: #BE6A5D;
}
</style>