Shades of Gimblet #BEAD64
Tints of Gimblet #BEAD64
RGB
CMYK
RGB Variations
Color information
#BEAD64 (or 0xBEAD64) is known color: Gimblet. HEX triplet: BE, AD and 64. RGB value is (190,173,100). Sum of RGB (Red+Green+Blue) = 190+173+100=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD64 is #41529B. Grayscale: #AAAAAA. Windows color (decimal): -4280988 or 6598078. OLE color: 6598078.
HSL color Cylindrical-coordinate representation of color #BEAD64: hue angle of 48.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 #BEAD64 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 100 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.25 |
| HSL | 48.67º | 0.41% | 0.57% | - |
| HSV(B) | 48.67º | 0.47% | 0.75% | - |
| XYZ | 38.48 | 41.75 | 18.09 | - |
| YUV | 169.76 | 88.63 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 100 | 0 | 0.09 | 0.47 | 0.25 | 48.67 | 0.41 | 0.57 |
| Hex | BE | AD | 64 | 0 | 9 | 2F | 19 | 31 | 29 | 39 |
| Octal | 276 | 255 | 144 | 0 | 11 | 57 | 31 | 61 | 51 | 71 |
| Binary | 10111110 | 10101101 | 1100100 | 0 | 1001 | 101111 | 11001 | 110001 | 101001 | 111001 |
Color Harmonies of #BEAD64
Complementary color
Monochromatic Colors of #BEAD64
Black with #BEAD64
Text Example
Text Example
White with #BEAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD64; }
p { color: rgb(190,173,100); }
H1.HeaderClassName
{
color: #BEAD64;
}
.AnyTagClassName
{
color: #BEAD64;
}
</style>
background-color css
<style>
a { background-color: #BEAD64; }
a { background-color: rgb(190,173,100); }
div.DivClassName
{
background-color: #BEAD64;
}
.BgClassName
{
background-color: #BEAD64;
}
</style>
border-color css
<style>
span { border-color: #BEAD64; }
span { border-color: rgb(190,173,100); }
td.TdClassName
{
border-color: #BEAD64;
}
.TagClassName
{
border-color: #BEAD64;
}
</style>