Shades of Gimblet #BEAF5E
Tints of Gimblet #BEAF5E
RGB
CMYK
RGB Variations
Color information
#BEAF5E (or 0xBEAF5E) is known color: Gimblet. HEX triplet: BE, AF and 5E. RGB value is (190,175,94). Sum of RGB (Red+Green+Blue) = 190+175+94=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF5E is #4150A1. Grayscale: #AAAAAA. Windows color (decimal): -4280482 or 6205374. OLE color: 6205374.
HSL color Cylindrical-coordinate representation of color #BEAF5E: hue angle of 50.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEAF5E is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 175 | 94 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.25 |
| HSL | 50.63º | 0.42% | 0.56% | - |
| HSV(B) | 50.63º | 0.51% | 0.75% | - |
| XYZ | 38.59 | 42.42 | 16.74 | - |
| YUV | 170.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 94 | 0 | 0.08 | 0.51 | 0.25 | 50.63 | 0.42 | 0.56 |
| Hex | BE | AF | 5E | 0 | 8 | 33 | 19 | 33 | 2A | 38 |
| Octal | 276 | 257 | 136 | 0 | 10 | 63 | 31 | 63 | 52 | 70 |
| Binary | 10111110 | 10101111 | 1011110 | 0 | 1000 | 110011 | 11001 | 110011 | 101010 | 111000 |
Color Harmonies of #BEAF5E
Complementary color
Monochromatic Colors of #BEAF5E
Black with #BEAF5E
Text Example
Text Example
White with #BEAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAF5E; }
p { color: rgb(190,175,94); }
H1.HeaderClassName
{
color: #BEAF5E;
}
.AnyTagClassName
{
color: #BEAF5E;
}
</style>
background-color css
<style>
a { background-color: #BEAF5E; }
a { background-color: rgb(190,175,94); }
div.DivClassName
{
background-color: #BEAF5E;
}
.BgClassName
{
background-color: #BEAF5E;
}
</style>
border-color css
<style>
span { border-color: #BEAF5E; }
span { border-color: rgb(190,175,94); }
td.TdClassName
{
border-color: #BEAF5E;
}
.TagClassName
{
border-color: #BEAF5E;
}
</style>