Shades of Gimblet #BEAC6E
Tints of Gimblet #BEAC6E
RGB
CMYK
RGB Variations
Color information
#BEAC6E (or 0xBEAC6E) is known color: Gimblet. HEX triplet: BE, AC and 6E. RGB value is (190,172,110). Sum of RGB (Red+Green+Blue) = 190+172+110=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC6E is #415391. Grayscale: #AAAAAA. Windows color (decimal): -4281234 or 7253182. OLE color: 7253182.
HSL color Cylindrical-coordinate representation of color #BEAC6E: hue angle of 46.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEAC6E is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 110 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.25 |
| HSL | 46.5º | 0.38% | 0.59% | - |
| HSV(B) | 46.5º | 0.42% | 0.75% | - |
| XYZ | 38.8 | 41.58 | 20.73 | - |
| YUV | 170.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 110 | 0 | 0.09 | 0.42 | 0.25 | 46.5 | 0.38 | 0.59 |
| Hex | BE | AC | 6E | 0 | 9 | 2A | 19 | 2E | 26 | 3B |
| Octal | 276 | 254 | 156 | 0 | 11 | 52 | 31 | 56 | 46 | 73 |
| Binary | 10111110 | 10101100 | 1101110 | 0 | 1001 | 101010 | 11001 | 101110 | 100110 | 111011 |
Color Harmonies of #BEAC6E
Complementary color
Monochromatic Colors of #BEAC6E
Black with #BEAC6E
Text Example
Text Example
White with #BEAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC6E; }
p { color: rgb(190,172,110); }
H1.HeaderClassName
{
color: #BEAC6E;
}
.AnyTagClassName
{
color: #BEAC6E;
}
</style>
background-color css
<style>
a { background-color: #BEAC6E; }
a { background-color: rgb(190,172,110); }
div.DivClassName
{
background-color: #BEAC6E;
}
.BgClassName
{
background-color: #BEAC6E;
}
</style>
border-color css
<style>
span { border-color: #BEAC6E; }
span { border-color: rgb(190,172,110); }
td.TdClassName
{
border-color: #BEAC6E;
}
.TagClassName
{
border-color: #BEAC6E;
}
</style>