Shades of Gimblet #BEAA64
Tints of Gimblet #BEAA64
RGB
CMYK
RGB Variations
Color information
#BEAA64 (or 0xBEAA64) is known color: Gimblet. HEX triplet: BE, AA and 64. RGB value is (190,170,100). Sum of RGB (Red+Green+Blue) = 190+170+100=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA64 is #41559B. Grayscale: #A8A8A8. Windows color (decimal): -4281756 or 6597310. OLE color: 6597310.
HSL color Cylindrical-coordinate representation of color #BEAA64: hue angle of 46.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEAA64 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 100 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.25 |
| HSL | 46.67º | 0.41% | 0.57% | - |
| HSV(B) | 46.67º | 0.47% | 0.75% | - |
| XYZ | 37.91 | 40.62 | 17.9 | - |
| YUV | 168 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 100 | 0 | 0.11 | 0.47 | 0.25 | 46.67 | 0.41 | 0.57 |
| Hex | BE | AA | 64 | 0 | B | 2F | 19 | 2F | 29 | 39 |
| Octal | 276 | 252 | 144 | 0 | 13 | 57 | 31 | 57 | 51 | 71 |
| Binary | 10111110 | 10101010 | 1100100 | 0 | 1011 | 101111 | 11001 | 101111 | 101001 | 111001 |
Color Harmonies of #BEAA64
Complementary color
Monochromatic Colors of #BEAA64
Black with #BEAA64
Text Example
Text Example
White with #BEAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA64; }
p { color: rgb(190,170,100); }
H1.HeaderClassName
{
color: #BEAA64;
}
.AnyTagClassName
{
color: #BEAA64;
}
</style>
background-color css
<style>
a { background-color: #BEAA64; }
a { background-color: rgb(190,170,100); }
div.DivClassName
{
background-color: #BEAA64;
}
.BgClassName
{
background-color: #BEAA64;
}
</style>
border-color css
<style>
span { border-color: #BEAA64; }
span { border-color: rgb(190,170,100); }
td.TdClassName
{
border-color: #BEAA64;
}
.TagClassName
{
border-color: #BEAA64;
}
</style>