Shades of Contessa #BE685D
Tints of Contessa #BE685D
RGB
CMYK
RGB Variations
Color information
#BE685D (or 0xBE685D) is known color: Contessa. HEX triplet: BE, 68 and 5D. RGB value is (190,104,93). Sum of RGB (Red+Green+Blue) = 190+104+93=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE685D is #4197A2. Grayscale: #808080. Windows color (decimal): -4298659 or 6121662. OLE color: 6121662.
HSL color Cylindrical-coordinate representation of color #BE685D: hue angle of 6.8º 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 #BE685D is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 93 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.25 |
| HSL | 6.8º | 0.43% | 0.55% | - |
| HSV(B) | 6.8º | 0.51% | 0.75% | - |
| XYZ | 28.16 | 21.64 | 13.05 | - |
| YUV | 128.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 93 | 0 | 0.45 | 0.51 | 0.25 | 6.8 | 0.43 | 0.55 |
| Hex | BE | 68 | 5D | 0 | 2D | 33 | 19 | 7 | 2B | 37 |
| Octal | 276 | 150 | 135 | 0 | 55 | 63 | 31 | 7 | 53 | 67 |
| Binary | 10111110 | 1101000 | 1011101 | 0 | 101101 | 110011 | 11001 | 111 | 101011 | 110111 |
Color Harmonies of #BE685D
Complementary color
Monochromatic Colors of #BE685D
Black with #BE685D
Text Example
Text Example
White with #BE685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE685D; }
p { color: rgb(190,104,93); }
H1.HeaderClassName
{
color: #BE685D;
}
.AnyTagClassName
{
color: #BE685D;
}
</style>
background-color css
<style>
a { background-color: #BE685D; }
a { background-color: rgb(190,104,93); }
div.DivClassName
{
background-color: #BE685D;
}
.BgClassName
{
background-color: #BE685D;
}
</style>
border-color css
<style>
span { border-color: #BE685D; }
span { border-color: rgb(190,104,93); }
td.TdClassName
{
border-color: #BE685D;
}
.TagClassName
{
border-color: #BE685D;
}
</style>