Shades of Contessa #BE655F
Tints of Contessa #BE655F
RGB
CMYK
RGB Variations
Color information
#BE655F (or 0xBE655F) is known color: Contessa. HEX triplet: BE, 65 and 5F. RGB value is (190,101,95). Sum of RGB (Red+Green+Blue) = 190+101+95=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE655F is #419AA0. Grayscale: #7F7F7F. Windows color (decimal): -4299425 or 6251966. OLE color: 6251966.
HSL color Cylindrical-coordinate representation of color #BE655F: hue angle of 3.79º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE655F is Cyan = 0, Magento = 0.47, Yellow = 0.5 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 95 | - |
| CMYK | 0 | 0.47 | 0.5 | 0.25 |
| HSL | 3.79º | 0.42% | 0.56% | - |
| HSV(B) | 3.79º | 0.5% | 0.75% | - |
| XYZ | 27.95 | 21.08 | 13.42 | - |
| YUV | 126.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 95 | 0 | 0.47 | 0.5 | 0.25 | 3.79 | 0.42 | 0.56 |
| Hex | BE | 65 | 5F | 0 | 2F | 32 | 19 | 4 | 2A | 38 |
| Octal | 276 | 145 | 137 | 0 | 57 | 62 | 31 | 4 | 52 | 70 |
| Binary | 10111110 | 1100101 | 1011111 | 0 | 101111 | 110010 | 11001 | 100 | 101010 | 111000 |
Color Harmonies of #BE655F
Complementary color
Monochromatic Colors of #BE655F
Black with #BE655F
Text Example
Text Example
White with #BE655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE655F; }
p { color: rgb(190,101,95); }
H1.HeaderClassName
{
color: #BE655F;
}
.AnyTagClassName
{
color: #BE655F;
}
</style>
background-color css
<style>
a { background-color: #BE655F; }
a { background-color: rgb(190,101,95); }
div.DivClassName
{
background-color: #BE655F;
}
.BgClassName
{
background-color: #BE655F;
}
</style>
border-color css
<style>
span { border-color: #BE655F; }
span { border-color: rgb(190,101,95); }
td.TdClassName
{
border-color: #BE655F;
}
.TagClassName
{
border-color: #BE655F;
}
</style>