Shades of Gimblet #B5A964
Tints of Gimblet #B5A964
RGB
CMYK
RGB Variations
Color information
#B5A964 (or 0xB5A964) is known color: Gimblet. HEX triplet: B5, A9 and 64. RGB value is (181,169,100). Sum of RGB (Red+Green+Blue) = 181+169+100=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A964 is #4A569B. Grayscale: #A5A5A5. Windows color (decimal): -4871836 or 6597045. OLE color: 6597045.
HSL color Cylindrical-coordinate representation of color #B5A964: hue angle of 51.11º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5A964 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 169 | 100 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.29 |
| HSL | 51.11º | 0.35% | 0.55% | - |
| HSV(B) | 51.11º | 0.45% | 0.71% | - |
| XYZ | 35.54 | 39.12 | 17.73 | - |
| YUV | 164.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 169 | 100 | 0 | 0.07 | 0.45 | 0.29 | 51.11 | 0.35 | 0.55 |
| Hex | B5 | A9 | 64 | 0 | 7 | 2D | 1D | 33 | 23 | 37 |
| Octal | 265 | 251 | 144 | 0 | 7 | 55 | 35 | 63 | 43 | 67 |
| Binary | 10110101 | 10101001 | 1100100 | 0 | 111 | 101101 | 11101 | 110011 | 100011 | 110111 |
Color Harmonies of #B5A964
Complementary color
Monochromatic Colors of #B5A964
Black with #B5A964
Text Example
Text Example
White with #B5A964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A964; }
p { color: rgb(181,169,100); }
H1.HeaderClassName
{
color: #B5A964;
}
.AnyTagClassName
{
color: #B5A964;
}
</style>
background-color css
<style>
a { background-color: #B5A964; }
a { background-color: rgb(181,169,100); }
div.DivClassName
{
background-color: #B5A964;
}
.BgClassName
{
background-color: #B5A964;
}
</style>
border-color css
<style>
span { border-color: #B5A964; }
span { border-color: rgb(181,169,100); }
td.TdClassName
{
border-color: #B5A964;
}
.TagClassName
{
border-color: #B5A964;
}
</style>