Shades of Gimblet #B5A764
Tints of Gimblet #B5A764
RGB
CMYK
RGB Variations
Color information
#B5A764 (or 0xB5A764) is known color: Gimblet. HEX triplet: B5, A7 and 64. RGB value is (181,167,100). Sum of RGB (Red+Green+Blue) = 181+167+100=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A764 is #4A589B. Grayscale: #A3A3A3. Windows color (decimal): -4872348 or 6596533. OLE color: 6596533.
HSL color Cylindrical-coordinate representation of color #B5A764: hue angle of 49.63º 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 #B5A764 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 167 | 100 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.29 |
| HSL | 49.63º | 0.35% | 0.55% | - |
| HSV(B) | 49.63º | 0.45% | 0.71% | - |
| XYZ | 35.18 | 38.38 | 17.61 | - |
| YUV | 163.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 167 | 100 | 0 | 0.08 | 0.45 | 0.29 | 49.63 | 0.35 | 0.55 |
| Hex | B5 | A7 | 64 | 0 | 8 | 2D | 1D | 32 | 23 | 37 |
| Octal | 265 | 247 | 144 | 0 | 10 | 55 | 35 | 62 | 43 | 67 |
| Binary | 10110101 | 10100111 | 1100100 | 0 | 1000 | 101101 | 11101 | 110010 | 100011 | 110111 |
Color Harmonies of #B5A764
Complementary color
Monochromatic Colors of #B5A764
Black with #B5A764
Text Example
Text Example
White with #B5A764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A764; }
p { color: rgb(181,167,100); }
H1.HeaderClassName
{
color: #B5A764;
}
.AnyTagClassName
{
color: #B5A764;
}
</style>
background-color css
<style>
a { background-color: #B5A764; }
a { background-color: rgb(181,167,100); }
div.DivClassName
{
background-color: #B5A764;
}
.BgClassName
{
background-color: #B5A764;
}
</style>
border-color css
<style>
span { border-color: #B5A764; }
span { border-color: rgb(181,167,100); }
td.TdClassName
{
border-color: #B5A764;
}
.TagClassName
{
border-color: #B5A764;
}
</style>