Shades of Gimblet #BEAD6E
Tints of Gimblet #BEAD6E
RGB
CMYK
RGB Variations
Color information
#BEAD6E (or 0xBEAD6E) is known color: Gimblet. HEX triplet: BE, AD and 6E. RGB value is (190,173,110). Sum of RGB (Red+Green+Blue) = 190+173+110=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD6E is #415291. Grayscale: #ABABAB. Windows color (decimal): -4280978 or 7253438. OLE color: 7253438.
HSL color Cylindrical-coordinate representation of color #BEAD6E: hue angle of 47.25º 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 #BEAD6E is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 110 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.25 |
| HSL | 47.25º | 0.38% | 0.59% | - |
| HSV(B) | 47.25º | 0.42% | 0.75% | - |
| XYZ | 38.99 | 41.96 | 20.8 | - |
| YUV | 170.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 110 | 0 | 0.09 | 0.42 | 0.25 | 47.25 | 0.38 | 0.59 |
| Hex | BE | AD | 6E | 0 | 9 | 2A | 19 | 2F | 26 | 3B |
| Octal | 276 | 255 | 156 | 0 | 11 | 52 | 31 | 57 | 46 | 73 |
| Binary | 10111110 | 10101101 | 1101110 | 0 | 1001 | 101010 | 11001 | 101111 | 100110 | 111011 |
Color Harmonies of #BEAD6E
Complementary color
Monochromatic Colors of #BEAD6E
Black with #BEAD6E
Text Example
Text Example
White with #BEAD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD6E; }
p { color: rgb(190,173,110); }
H1.HeaderClassName
{
color: #BEAD6E;
}
.AnyTagClassName
{
color: #BEAD6E;
}
</style>
background-color css
<style>
a { background-color: #BEAD6E; }
a { background-color: rgb(190,173,110); }
div.DivClassName
{
background-color: #BEAD6E;
}
.BgClassName
{
background-color: #BEAD6E;
}
</style>
border-color css
<style>
span { border-color: #BEAD6E; }
span { border-color: rgb(190,173,110); }
td.TdClassName
{
border-color: #BEAD6E;
}
.TagClassName
{
border-color: #BEAD6E;
}
</style>