Shades of Gimblet #BEAE6C
Tints of Gimblet #BEAE6C
RGB
CMYK
RGB Variations
Color information
#BEAE6C (or 0xBEAE6C) is known color: Gimblet. HEX triplet: BE, AE and 6C. RGB value is (190,174,108). Sum of RGB (Red+Green+Blue) = 190+174+108=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE6C is #415193. Grayscale: #ABABAB. Windows color (decimal): -4280724 or 7122622. OLE color: 7122622.
HSL color Cylindrical-coordinate representation of color #BEAE6C: hue angle of 48.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEAE6C is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 108 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.25 |
| HSL | 48.29º | 0.39% | 0.58% | - |
| HSV(B) | 48.29º | 0.43% | 0.75% | - |
| XYZ | 39.08 | 42.3 | 20.29 | - |
| YUV | 171.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 108 | 0 | 0.08 | 0.43 | 0.25 | 48.29 | 0.39 | 0.58 |
| Hex | BE | AE | 6C | 0 | 8 | 2B | 19 | 30 | 27 | 3A |
| Octal | 276 | 256 | 154 | 0 | 10 | 53 | 31 | 60 | 47 | 72 |
| Binary | 10111110 | 10101110 | 1101100 | 0 | 1000 | 101011 | 11001 | 110000 | 100111 | 111010 |
Color Harmonies of #BEAE6C
Complementary color
Monochromatic Colors of #BEAE6C
Black with #BEAE6C
Text Example
Text Example
White with #BEAE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAE6C; }
p { color: rgb(190,174,108); }
H1.HeaderClassName
{
color: #BEAE6C;
}
.AnyTagClassName
{
color: #BEAE6C;
}
</style>
background-color css
<style>
a { background-color: #BEAE6C; }
a { background-color: rgb(190,174,108); }
div.DivClassName
{
background-color: #BEAE6C;
}
.BgClassName
{
background-color: #BEAE6C;
}
</style>
border-color css
<style>
span { border-color: #BEAE6C; }
span { border-color: rgb(190,174,108); }
td.TdClassName
{
border-color: #BEAE6C;
}
.TagClassName
{
border-color: #BEAE6C;
}
</style>