Shades of Gimblet #BEB55D
Tints of Gimblet #BEB55D
RGB
CMYK
RGB Variations
Color information
#BEB55D (or 0xBEB55D) is known color: Gimblet. HEX triplet: BE, B5 and 5D. RGB value is (190,181,93). Sum of RGB (Red+Green+Blue) = 190+181+93=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB55D is #414AA2. Grayscale: #AEAEAE. Windows color (decimal): -4278947 or 6141374. OLE color: 6141374.
HSL color Cylindrical-coordinate representation of color #BEB55D: hue angle of 54.43º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEB55D is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 181 | 93 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.25 |
| HSL | 54.43º | 0.43% | 0.55% | - |
| HSV(B) | 54.43º | 0.51% | 0.75% | - |
| XYZ | 39.73 | 44.79 | 16.91 | - |
| YUV | 173.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 93 | 0 | 0.05 | 0.51 | 0.25 | 54.43 | 0.43 | 0.55 |
| Hex | BE | B5 | 5D | 0 | 5 | 33 | 19 | 36 | 2B | 37 |
| Octal | 276 | 265 | 135 | 0 | 5 | 63 | 31 | 66 | 53 | 67 |
| Binary | 10111110 | 10110101 | 1011101 | 0 | 101 | 110011 | 11001 | 110110 | 101011 | 110111 |
Color Harmonies of #BEB55D
Complementary color
Monochromatic Colors of #BEB55D
Black with #BEB55D
Text Example
Text Example
White with #BEB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB55D; }
p { color: rgb(190,181,93); }
H1.HeaderClassName
{
color: #BEB55D;
}
.AnyTagClassName
{
color: #BEB55D;
}
</style>
background-color css
<style>
a { background-color: #BEB55D; }
a { background-color: rgb(190,181,93); }
div.DivClassName
{
background-color: #BEB55D;
}
.BgClassName
{
background-color: #BEB55D;
}
</style>
border-color css
<style>
span { border-color: #BEB55D; }
span { border-color: rgb(190,181,93); }
td.TdClassName
{
border-color: #BEB55D;
}
.TagClassName
{
border-color: #BEB55D;
}
</style>