Shades of Gimblet #BEAB5E
Tints of Gimblet #BEAB5E
RGB
CMYK
RGB Variations
Color information
#BEAB5E (or 0xBEAB5E) is known color: Gimblet. HEX triplet: BE, AB and 5E. RGB value is (190,171,94). Sum of RGB (Red+Green+Blue) = 190+171+94=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB5E is #4154A1. Grayscale: #A8A8A8. Windows color (decimal): -4281506 or 6204350. OLE color: 6204350.
HSL color Cylindrical-coordinate representation of color #BEAB5E: hue angle of 48.12º 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 #BEAB5E is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 94 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.25 |
| HSL | 48.13º | 0.42% | 0.56% | - |
| HSV(B) | 48.13º | 0.51% | 0.75% | - |
| XYZ | 37.82 | 40.88 | 16.49 | - |
| YUV | 167.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 94 | 0 | 0.10 | 0.51 | 0.25 | 48.13 | 0.42 | 0.56 |
| Hex | BE | AB | 5E | 0 | A | 33 | 19 | 30 | 2A | 38 |
| Octal | 276 | 253 | 136 | 0 | 12 | 63 | 31 | 60 | 52 | 70 |
| Binary | 10111110 | 10101011 | 1011110 | 0 | 1010 | 110011 | 11001 | 110000 | 101010 | 111000 |
Color Harmonies of #BEAB5E
Complementary color
Monochromatic Colors of #BEAB5E
Black with #BEAB5E
Text Example
Text Example
White with #BEAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB5E; }
p { color: rgb(190,171,94); }
H1.HeaderClassName
{
color: #BEAB5E;
}
.AnyTagClassName
{
color: #BEAB5E;
}
</style>
background-color css
<style>
a { background-color: #BEAB5E; }
a { background-color: rgb(190,171,94); }
div.DivClassName
{
background-color: #BEAB5E;
}
.BgClassName
{
background-color: #BEAB5E;
}
</style>
border-color css
<style>
span { border-color: #BEAB5E; }
span { border-color: rgb(190,171,94); }
td.TdClassName
{
border-color: #BEAB5E;
}
.TagClassName
{
border-color: #BEAB5E;
}
</style>