Shades of Gimblet #BEB25B
Tints of Gimblet #BEB25B
RGB
CMYK
RGB Variations
Color information
#BEB25B (or 0xBEB25B) is known color: Gimblet. HEX triplet: BE, B2 and 5B. RGB value is (190,178,91). Sum of RGB (Red+Green+Blue) = 190+178+91=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB25B is #414DA4. Grayscale: #ACACAC. Windows color (decimal): -4279717 or 6009534. OLE color: 6009534.
HSL color Cylindrical-coordinate representation of color #BEB25B: hue angle of 52.73º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEB25B is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 91 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.25 |
| HSL | 52.73º | 0.43% | 0.55% | - |
| HSV(B) | 52.73º | 0.52% | 0.75% | - |
| XYZ | 39.04 | 43.54 | 16.24 | - |
| YUV | 171.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 91 | 0 | 0.06 | 0.52 | 0.25 | 52.73 | 0.43 | 0.55 |
| Hex | BE | B2 | 5B | 0 | 6 | 34 | 19 | 35 | 2B | 37 |
| Octal | 276 | 262 | 133 | 0 | 6 | 64 | 31 | 65 | 53 | 67 |
| Binary | 10111110 | 10110010 | 1011011 | 0 | 110 | 110100 | 11001 | 110101 | 101011 | 110111 |
Color Harmonies of #BEB25B
Complementary color
Monochromatic Colors of #BEB25B
Black with #BEB25B
Text Example
Text Example
White with #BEB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB25B; }
p { color: rgb(190,178,91); }
H1.HeaderClassName
{
color: #BEB25B;
}
.AnyTagClassName
{
color: #BEB25B;
}
</style>
background-color css
<style>
a { background-color: #BEB25B; }
a { background-color: rgb(190,178,91); }
div.DivClassName
{
background-color: #BEB25B;
}
.BgClassName
{
background-color: #BEB25B;
}
</style>
border-color css
<style>
span { border-color: #BEB25B; }
span { border-color: rgb(190,178,91); }
td.TdClassName
{
border-color: #BEB25B;
}
.TagClassName
{
border-color: #BEB25B;
}
</style>