Shades of Contessa #BE6F5E
Tints of Contessa #BE6F5E
RGB
CMYK
RGB Variations
Color information
#BE6F5E (or 0xBE6F5E) is known color: Contessa. HEX triplet: BE, 6F and 5E. RGB value is (190,111,94). Sum of RGB (Red+Green+Blue) = 190+111+94=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F5E is #4190A1. Grayscale: #848484. Windows color (decimal): -4296866 or 6188990. OLE color: 6188990.
HSL color Cylindrical-coordinate representation of color #BE6F5E: hue angle of 10.62º 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 #BE6F5E is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 94 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.25 |
| HSL | 10.63º | 0.42% | 0.56% | - |
| HSV(B) | 10.63º | 0.51% | 0.75% | - |
| XYZ | 28.94 | 23.12 | 13.53 | - |
| YUV | 132.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 94 | 0 | 0.42 | 0.51 | 0.25 | 10.63 | 0.42 | 0.56 |
| Hex | BE | 6F | 5E | 0 | 2A | 33 | 19 | B | 2A | 38 |
| Octal | 276 | 157 | 136 | 0 | 52 | 63 | 31 | 13 | 52 | 70 |
| Binary | 10111110 | 1101111 | 1011110 | 0 | 101010 | 110011 | 11001 | 1011 | 101010 | 111000 |
Color Harmonies of #BE6F5E
Complementary color
Monochromatic Colors of #BE6F5E
Black with #BE6F5E
Text Example
Text Example
White with #BE6F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6F5E; }
p { color: rgb(190,111,94); }
H1.HeaderClassName
{
color: #BE6F5E;
}
.AnyTagClassName
{
color: #BE6F5E;
}
</style>
background-color css
<style>
a { background-color: #BE6F5E; }
a { background-color: rgb(190,111,94); }
div.DivClassName
{
background-color: #BE6F5E;
}
.BgClassName
{
background-color: #BE6F5E;
}
</style>
border-color css
<style>
span { border-color: #BE6F5E; }
span { border-color: rgb(190,111,94); }
td.TdClassName
{
border-color: #BE6F5E;
}
.TagClassName
{
border-color: #BE6F5E;
}
</style>