Shades of Gimblet #BEAC5B
Tints of Gimblet #BEAC5B
RGB
CMYK
RGB Variations
Color information
#BEAC5B (or 0xBEAC5B) is known color: Gimblet. HEX triplet: BE, AC and 5B. RGB value is (190,172,91). Sum of RGB (Red+Green+Blue) = 190+172+91=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC5B is #4153A4. Grayscale: #A8A8A8. Windows color (decimal): -4281253 or 6007998. OLE color: 6007998.
HSL color Cylindrical-coordinate representation of color #BEAC5B: hue angle of 49.09º 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 #BEAC5B is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 91 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.25 |
| HSL | 49.09º | 0.43% | 0.55% | - |
| HSV(B) | 49.09º | 0.52% | 0.75% | - |
| XYZ | 37.88 | 41.21 | 15.86 | - |
| YUV | 168.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 91 | 0 | 0.09 | 0.52 | 0.25 | 49.09 | 0.43 | 0.55 |
| Hex | BE | AC | 5B | 0 | 9 | 34 | 19 | 31 | 2B | 37 |
| Octal | 276 | 254 | 133 | 0 | 11 | 64 | 31 | 61 | 53 | 67 |
| Binary | 10111110 | 10101100 | 1011011 | 0 | 1001 | 110100 | 11001 | 110001 | 101011 | 110111 |
Color Harmonies of #BEAC5B
Complementary color
Monochromatic Colors of #BEAC5B
Black with #BEAC5B
Text Example
Text Example
White with #BEAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC5B; }
p { color: rgb(190,172,91); }
H1.HeaderClassName
{
color: #BEAC5B;
}
.AnyTagClassName
{
color: #BEAC5B;
}
</style>
background-color css
<style>
a { background-color: #BEAC5B; }
a { background-color: rgb(190,172,91); }
div.DivClassName
{
background-color: #BEAC5B;
}
.BgClassName
{
background-color: #BEAC5B;
}
</style>
border-color css
<style>
span { border-color: #BEAC5B; }
span { border-color: rgb(190,172,91); }
td.TdClassName
{
border-color: #BEAC5B;
}
.TagClassName
{
border-color: #BEAC5B;
}
</style>