Shades of Contessa #BE6F61
Tints of Contessa #BE6F61
RGB
CMYK
RGB Variations
Color information
#BE6F61 (or 0xBE6F61) is known color: Contessa. HEX triplet: BE, 6F and 61. RGB value is (190,111,97). Sum of RGB (Red+Green+Blue) = 190+111+97=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F61 is #41909E. Grayscale: #858585. Windows color (decimal): -4296863 or 6385598. OLE color: 6385598.
HSL color Cylindrical-coordinate representation of color #BE6F61: hue angle of 9.03º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6F61 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 97 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.25 |
| HSL | 9.03º | 0.42% | 0.56% | - |
| HSV(B) | 9.03º | 0.49% | 0.75% | - |
| XYZ | 29.08 | 23.18 | 14.25 | - |
| YUV | 133.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 97 | 0 | 0.42 | 0.49 | 0.25 | 9.03 | 0.42 | 0.56 |
| Hex | BE | 6F | 61 | 0 | 2A | 31 | 19 | 9 | 2A | 38 |
| Octal | 276 | 157 | 141 | 0 | 52 | 61 | 31 | 11 | 52 | 70 |
| Binary | 10111110 | 1101111 | 1100001 | 0 | 101010 | 110001 | 11001 | 1001 | 101010 | 111000 |
Color Harmonies of #BE6F61
Complementary color
Monochromatic Colors of #BE6F61
Black with #BE6F61
Text Example
Text Example
White with #BE6F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6F61; }
p { color: rgb(190,111,97); }
H1.HeaderClassName
{
color: #BE6F61;
}
.AnyTagClassName
{
color: #BE6F61;
}
</style>
background-color css
<style>
a { background-color: #BE6F61; }
a { background-color: rgb(190,111,97); }
div.DivClassName
{
background-color: #BE6F61;
}
.BgClassName
{
background-color: #BE6F61;
}
</style>
border-color css
<style>
span { border-color: #BE6F61; }
span { border-color: rgb(190,111,97); }
td.TdClassName
{
border-color: #BE6F61;
}
.TagClassName
{
border-color: #BE6F61;
}
</style>