Shades of Gimblet #BEB25D
Tints of Gimblet #BEB25D
RGB
CMYK
RGB Variations
Color information
#BEB25D (or 0xBEB25D) is known color: Gimblet. HEX triplet: BE, B2 and 5D. RGB value is (190,178,93). Sum of RGB (Red+Green+Blue) = 190+178+93=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB25D is #414DA2. Grayscale: #ACACAC. Windows color (decimal): -4279715 or 6140606. OLE color: 6140606.
HSL color Cylindrical-coordinate representation of color #BEB25D: hue angle of 52.58º 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 #BEB25D is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 93 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.25 |
| HSL | 52.58º | 0.43% | 0.55% | - |
| HSV(B) | 52.58º | 0.51% | 0.75% | - |
| XYZ | 39.13 | 43.58 | 16.7 | - |
| YUV | 171.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 93 | 0 | 0.06 | 0.51 | 0.25 | 52.58 | 0.43 | 0.55 |
| Hex | BE | B2 | 5D | 0 | 6 | 33 | 19 | 35 | 2B | 37 |
| Octal | 276 | 262 | 135 | 0 | 6 | 63 | 31 | 65 | 53 | 67 |
| Binary | 10111110 | 10110010 | 1011101 | 0 | 110 | 110011 | 11001 | 110101 | 101011 | 110111 |
Color Harmonies of #BEB25D
Complementary color
Monochromatic Colors of #BEB25D
Black with #BEB25D
Text Example
Text Example
White with #BEB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB25D; }
p { color: rgb(190,178,93); }
H1.HeaderClassName
{
color: #BEB25D;
}
.AnyTagClassName
{
color: #BEB25D;
}
</style>
background-color css
<style>
a { background-color: #BEB25D; }
a { background-color: rgb(190,178,93); }
div.DivClassName
{
background-color: #BEB25D;
}
.BgClassName
{
background-color: #BEB25D;
}
</style>
border-color css
<style>
span { border-color: #BEB25D; }
span { border-color: rgb(190,178,93); }
td.TdClassName
{
border-color: #BEB25D;
}
.TagClassName
{
border-color: #BEB25D;
}
</style>