Shades of Gimblet #BEAE6A
Tints of Gimblet #BEAE6A
RGB
CMYK
RGB Variations
Color information
#BEAE6A (or 0xBEAE6A) is known color: Gimblet. HEX triplet: BE, AE and 6A. RGB value is (190,174,106). Sum of RGB (Red+Green+Blue) = 190+174+106=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE6A is #415195. Grayscale: #ABABAB. Windows color (decimal): -4280726 or 6991550. OLE color: 6991550.
HSL color Cylindrical-coordinate representation of color #BEAE6A: hue angle of 48.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEAE6A is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 106 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.25 |
| HSL | 48.57º | 0.39% | 0.58% | - |
| HSV(B) | 48.57º | 0.44% | 0.75% | - |
| XYZ | 38.97 | 42.26 | 19.74 | - |
| YUV | 171.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 106 | 0 | 0.08 | 0.44 | 0.25 | 48.57 | 0.39 | 0.58 |
| Hex | BE | AE | 6A | 0 | 8 | 2C | 19 | 31 | 27 | 3A |
| Octal | 276 | 256 | 152 | 0 | 10 | 54 | 31 | 61 | 47 | 72 |
| Binary | 10111110 | 10101110 | 1101010 | 0 | 1000 | 101100 | 11001 | 110001 | 100111 | 111010 |
Color Harmonies of #BEAE6A
Complementary color
Monochromatic Colors of #BEAE6A
Black with #BEAE6A
Text Example
Text Example
White with #BEAE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAE6A; }
p { color: rgb(190,174,106); }
H1.HeaderClassName
{
color: #BEAE6A;
}
.AnyTagClassName
{
color: #BEAE6A;
}
</style>
background-color css
<style>
a { background-color: #BEAE6A; }
a { background-color: rgb(190,174,106); }
div.DivClassName
{
background-color: #BEAE6A;
}
.BgClassName
{
background-color: #BEAE6A;
}
</style>
border-color css
<style>
span { border-color: #BEAE6A; }
span { border-color: rgb(190,174,106); }
td.TdClassName
{
border-color: #BEAE6A;
}
.TagClassName
{
border-color: #BEAE6A;
}
</style>