Shades of Gimblet #BEB45E
Tints of Gimblet #BEB45E
RGB
CMYK
RGB Variations
Color information
#BEB45E (or 0xBEB45E) is known color: Gimblet. HEX triplet: BE, B4 and 5E. RGB value is (190,180,94). Sum of RGB (Red+Green+Blue) = 190+180+94=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB45E is #414BA1. Grayscale: #ADADAD. Windows color (decimal): -4279202 or 6206654. OLE color: 6206654.
HSL color Cylindrical-coordinate representation of color #BEB45E: hue angle of 53.75º 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 #BEB45E is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 180 | 94 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.25 |
| HSL | 53.75º | 0.42% | 0.56% | - |
| HSV(B) | 53.75º | 0.51% | 0.75% | - |
| XYZ | 39.58 | 44.4 | 17.07 | - |
| YUV | 173.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 180 | 94 | 0 | 0.05 | 0.51 | 0.25 | 53.75 | 0.42 | 0.56 |
| Hex | BE | B4 | 5E | 0 | 5 | 33 | 19 | 36 | 2A | 38 |
| Octal | 276 | 264 | 136 | 0 | 5 | 63 | 31 | 66 | 52 | 70 |
| Binary | 10111110 | 10110100 | 1011110 | 0 | 101 | 110011 | 11001 | 110110 | 101010 | 111000 |
Color Harmonies of #BEB45E
Complementary color
Monochromatic Colors of #BEB45E
Black with #BEB45E
Text Example
Text Example
White with #BEB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB45E; }
p { color: rgb(190,180,94); }
H1.HeaderClassName
{
color: #BEB45E;
}
.AnyTagClassName
{
color: #BEB45E;
}
</style>
background-color css
<style>
a { background-color: #BEB45E; }
a { background-color: rgb(190,180,94); }
div.DivClassName
{
background-color: #BEB45E;
}
.BgClassName
{
background-color: #BEB45E;
}
</style>
border-color css
<style>
span { border-color: #BEB45E; }
span { border-color: rgb(190,180,94); }
td.TdClassName
{
border-color: #BEB45E;
}
.TagClassName
{
border-color: #BEB45E;
}
</style>