Shades of Gimblet #B4A65E
Tints of Gimblet #B4A65E
RGB
CMYK
RGB Variations
Color information
#B4A65E (or 0xB4A65E) is known color: Gimblet. HEX triplet: B4, A6 and 5E. RGB value is (180,166,94). Sum of RGB (Red+Green+Blue) = 180+166+94=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A65E is #4B59A1. Grayscale: #A2A2A2. Windows color (decimal): -4938146 or 6203060. OLE color: 6203060.
HSL color Cylindrical-coordinate representation of color #B4A65E: hue angle of 50.23º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4A65E is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 166 | 94 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.29 |
| HSL | 50.23º | 0.36% | 0.54% | - |
| HSV(B) | 50.23º | 0.48% | 0.71% | - |
| XYZ | 34.48 | 37.78 | 16.07 | - |
| YUV | 161.98 | 89.64 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 166 | 94 | 0 | 0.08 | 0.48 | 0.29 | 50.23 | 0.36 | 0.54 |
| Hex | B4 | A6 | 5E | 0 | 8 | 30 | 1D | 32 | 24 | 36 |
| Octal | 264 | 246 | 136 | 0 | 10 | 60 | 35 | 62 | 44 | 66 |
| Binary | 10110100 | 10100110 | 1011110 | 0 | 1000 | 110000 | 11101 | 110010 | 100100 | 110110 |
Color Harmonies of #B4A65E
Complementary color
Monochromatic Colors of #B4A65E
Black with #B4A65E
Text Example
Text Example
White with #B4A65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A65E; }
p { color: rgb(180,166,94); }
H1.HeaderClassName
{
color: #B4A65E;
}
.AnyTagClassName
{
color: #B4A65E;
}
</style>
background-color css
<style>
a { background-color: #B4A65E; }
a { background-color: rgb(180,166,94); }
div.DivClassName
{
background-color: #B4A65E;
}
.BgClassName
{
background-color: #B4A65E;
}
</style>
border-color css
<style>
span { border-color: #B4A65E; }
span { border-color: rgb(180,166,94); }
td.TdClassName
{
border-color: #B4A65E;
}
.TagClassName
{
border-color: #B4A65E;
}
</style>