Shades of Gimblet #BEB15E
Tints of Gimblet #BEB15E
RGB
CMYK
RGB Variations
Color information
#BEB15E (or 0xBEB15E) is known color: Gimblet. HEX triplet: BE, B1 and 5E. RGB value is (190,177,94). Sum of RGB (Red+Green+Blue) = 190+177+94=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB15E is #414EA1. Grayscale: #ABABAB. Windows color (decimal): -4279970 or 6205886. OLE color: 6205886.
HSL color Cylindrical-coordinate representation of color #BEB15E: hue angle of 51.88º 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 #BEB15E is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 94 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.25 |
| HSL | 51.88º | 0.42% | 0.56% | - |
| HSV(B) | 51.88º | 0.51% | 0.75% | - |
| XYZ | 38.98 | 43.2 | 16.87 | - |
| YUV | 171.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 94 | 0 | 0.07 | 0.51 | 0.25 | 51.88 | 0.42 | 0.56 |
| Hex | BE | B1 | 5E | 0 | 7 | 33 | 19 | 34 | 2A | 38 |
| Octal | 276 | 261 | 136 | 0 | 7 | 63 | 31 | 64 | 52 | 70 |
| Binary | 10111110 | 10110001 | 1011110 | 0 | 111 | 110011 | 11001 | 110100 | 101010 | 111000 |
Color Harmonies of #BEB15E
Complementary color
Monochromatic Colors of #BEB15E
Black with #BEB15E
Text Example
Text Example
White with #BEB15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB15E; }
p { color: rgb(190,177,94); }
H1.HeaderClassName
{
color: #BEB15E;
}
.AnyTagClassName
{
color: #BEB15E;
}
</style>
background-color css
<style>
a { background-color: #BEB15E; }
a { background-color: rgb(190,177,94); }
div.DivClassName
{
background-color: #BEB15E;
}
.BgClassName
{
background-color: #BEB15E;
}
</style>
border-color css
<style>
span { border-color: #BEB15E; }
span { border-color: rgb(190,177,94); }
td.TdClassName
{
border-color: #BEB15E;
}
.TagClassName
{
border-color: #BEB15E;
}
</style>