Shades of Gimblet #BEB256
Tints of Gimblet #BEB256
RGB
CMYK
RGB Variations
Color information
#BEB256 (or 0xBEB256) is known color: Gimblet. HEX triplet: BE, B2 and 56. RGB value is (190,178,86). Sum of RGB (Red+Green+Blue) = 190+178+86=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB256 is #414DA9. Grayscale: #ABABAB. Windows color (decimal): -4279722 or 5681854. OLE color: 5681854.
HSL color Cylindrical-coordinate representation of color #BEB256: hue angle of 53.08º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEB256 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 86 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.25 |
| HSL | 53.08º | 0.44% | 0.54% | - |
| HSV(B) | 53.08º | 0.55% | 0.75% | - |
| XYZ | 38.84 | 43.46 | 15.15 | - |
| YUV | 171.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 86 | 0 | 0.06 | 0.55 | 0.25 | 53.08 | 0.44 | 0.54 |
| Hex | BE | B2 | 56 | 0 | 6 | 37 | 19 | 35 | 2C | 36 |
| Octal | 276 | 262 | 126 | 0 | 6 | 67 | 31 | 65 | 54 | 66 |
| Binary | 10111110 | 10110010 | 1010110 | 0 | 110 | 110111 | 11001 | 110101 | 101100 | 110110 |
Color Harmonies of #BEB256
Complementary color
Monochromatic Colors of #BEB256
Black with #BEB256
Text Example
Text Example
White with #BEB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB256; }
p { color: rgb(190,178,86); }
H1.HeaderClassName
{
color: #BEB256;
}
.AnyTagClassName
{
color: #BEB256;
}
</style>
background-color css
<style>
a { background-color: #BEB256; }
a { background-color: rgb(190,178,86); }
div.DivClassName
{
background-color: #BEB256;
}
.BgClassName
{
background-color: #BEB256;
}
</style>
border-color css
<style>
span { border-color: #BEB256; }
span { border-color: rgb(190,178,86); }
td.TdClassName
{
border-color: #BEB256;
}
.TagClassName
{
border-color: #BEB256;
}
</style>