Shades of Contessa #BE6865
Tints of Contessa #BE6865
RGB
CMYK
RGB Variations
Color information
#BE6865 (or 0xBE6865) is known color: Contessa. HEX triplet: BE, 68 and 65. RGB value is (190,104,101). Sum of RGB (Red+Green+Blue) = 190+104+101=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6865 is #41979A. Grayscale: #818181. Windows color (decimal): -4298651 or 6645950. OLE color: 6645950.
HSL color Cylindrical-coordinate representation of color #BE6865: hue angle of 2.02º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6865 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 101 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.25 |
| HSL | 2.02º | 0.41% | 0.57% | - |
| HSV(B) | 2.02º | 0.47% | 0.75% | - |
| XYZ | 28.53 | 21.79 | 15.01 | - |
| YUV | 129.37 | 111.99 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 101 | 0 | 0.45 | 0.47 | 0.25 | 2.02 | 0.41 | 0.57 |
| Hex | BE | 68 | 65 | 0 | 2D | 2F | 19 | 2 | 29 | 39 |
| Octal | 276 | 150 | 145 | 0 | 55 | 57 | 31 | 2 | 51 | 71 |
| Binary | 10111110 | 1101000 | 1100101 | 0 | 101101 | 101111 | 11001 | 10 | 101001 | 111001 |
Color Harmonies of #BE6865
Complementary color
Monochromatic Colors of #BE6865
Black with #BE6865
Text Example
Text Example
White with #BE6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6865; }
p { color: rgb(190,104,101); }
H1.HeaderClassName
{
color: #BE6865;
}
.AnyTagClassName
{
color: #BE6865;
}
</style>
background-color css
<style>
a { background-color: #BE6865; }
a { background-color: rgb(190,104,101); }
div.DivClassName
{
background-color: #BE6865;
}
.BgClassName
{
background-color: #BE6865;
}
</style>
border-color css
<style>
span { border-color: #BE6865; }
span { border-color: rgb(190,104,101); }
td.TdClassName
{
border-color: #BE6865;
}
.TagClassName
{
border-color: #BE6865;
}
</style>