Shades of Contessa #BE685E
Tints of Contessa #BE685E
RGB
CMYK
RGB Variations
Color information
#BE685E (or 0xBE685E) is known color: Contessa. HEX triplet: BE, 68 and 5E. RGB value is (190,104,94). Sum of RGB (Red+Green+Blue) = 190+104+94=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE685E is #4197A1. Grayscale: #808080. Windows color (decimal): -4298658 or 6187198. OLE color: 6187198.
HSL color Cylindrical-coordinate representation of color #BE685E: hue angle of 6.25º 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 #BE685E is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 94 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.25 |
| HSL | 6.25º | 0.42% | 0.56% | - |
| HSV(B) | 6.25º | 0.51% | 0.75% | - |
| XYZ | 28.21 | 21.66 | 13.28 | - |
| YUV | 128.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 94 | 0 | 0.45 | 0.51 | 0.25 | 6.25 | 0.42 | 0.56 |
| Hex | BE | 68 | 5E | 0 | 2D | 33 | 19 | 6 | 2A | 38 |
| Octal | 276 | 150 | 136 | 0 | 55 | 63 | 31 | 6 | 52 | 70 |
| Binary | 10111110 | 1101000 | 1011110 | 0 | 101101 | 110011 | 11001 | 110 | 101010 | 111000 |
Color Harmonies of #BE685E
Complementary color
Monochromatic Colors of #BE685E
Black with #BE685E
Text Example
Text Example
White with #BE685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE685E; }
p { color: rgb(190,104,94); }
H1.HeaderClassName
{
color: #BE685E;
}
.AnyTagClassName
{
color: #BE685E;
}
</style>
background-color css
<style>
a { background-color: #BE685E; }
a { background-color: rgb(190,104,94); }
div.DivClassName
{
background-color: #BE685E;
}
.BgClassName
{
background-color: #BE685E;
}
</style>
border-color css
<style>
span { border-color: #BE685E; }
span { border-color: rgb(190,104,94); }
td.TdClassName
{
border-color: #BE685E;
}
.TagClassName
{
border-color: #BE685E;
}
</style>