Shades of Gimblet #BEB460
Tints of Gimblet #BEB460
RGB
CMYK
RGB Variations
Color information
#BEB460 (or 0xBEB460) is known color: Gimblet. HEX triplet: BE, B4 and 60. RGB value is (190,180,96). Sum of RGB (Red+Green+Blue) = 190+180+96=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB460 is #414B9F. Grayscale: #ADADAD. Windows color (decimal): -4279200 or 6337726. OLE color: 6337726.
HSL color Cylindrical-coordinate representation of color #BEB460: hue angle of 53.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEB460 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 180 | 96 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.25 |
| HSL | 53.62º | 0.42% | 0.56% | - |
| HSV(B) | 53.62º | 0.49% | 0.75% | - |
| XYZ | 39.67 | 44.43 | 17.55 | - |
| YUV | 173.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 180 | 96 | 0 | 0.05 | 0.49 | 0.25 | 53.62 | 0.42 | 0.56 |
| Hex | BE | B4 | 60 | 0 | 5 | 31 | 19 | 36 | 2A | 38 |
| Octal | 276 | 264 | 140 | 0 | 5 | 61 | 31 | 66 | 52 | 70 |
| Binary | 10111110 | 10110100 | 1100000 | 0 | 101 | 110001 | 11001 | 110110 | 101010 | 111000 |
Color Harmonies of #BEB460
Complementary color
Monochromatic Colors of #BEB460
Black with #BEB460
Text Example
Text Example
White with #BEB460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB460; }
p { color: rgb(190,180,96); }
H1.HeaderClassName
{
color: #BEB460;
}
.AnyTagClassName
{
color: #BEB460;
}
</style>
background-color css
<style>
a { background-color: #BEB460; }
a { background-color: rgb(190,180,96); }
div.DivClassName
{
background-color: #BEB460;
}
.BgClassName
{
background-color: #BEB460;
}
</style>
border-color css
<style>
span { border-color: #BEB460; }
span { border-color: rgb(190,180,96); }
td.TdClassName
{
border-color: #BEB460;
}
.TagClassName
{
border-color: #BEB460;
}
</style>