Shades of Gimblet #B5A164
Tints of Gimblet #B5A164
RGB
CMYK
RGB Variations
Color information
#B5A164 (or 0xB5A164) is known color: Gimblet. HEX triplet: B5, A1 and 64. RGB value is (181,161,100). Sum of RGB (Red+Green+Blue) = 181+161+100=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A164 is #4A5E9B. Grayscale: #A0A0A0. Windows color (decimal): -4873884 or 6594997. OLE color: 6594997.
HSL color Cylindrical-coordinate representation of color #B5A164: hue angle of 45.19º 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 #B5A164 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 100 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.29 |
| HSL | 45.19º | 0.35% | 0.55% | - |
| HSV(B) | 45.19º | 0.45% | 0.71% | - |
| XYZ | 34.1 | 36.23 | 17.25 | - |
| YUV | 160.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 100 | 0 | 0.11 | 0.45 | 0.29 | 45.19 | 0.35 | 0.55 |
| Hex | B5 | A1 | 64 | 0 | B | 2D | 1D | 2D | 23 | 37 |
| Octal | 265 | 241 | 144 | 0 | 13 | 55 | 35 | 55 | 43 | 67 |
| Binary | 10110101 | 10100001 | 1100100 | 0 | 1011 | 101101 | 11101 | 101101 | 100011 | 110111 |
Color Harmonies of #B5A164
Complementary color
Monochromatic Colors of #B5A164
Black with #B5A164
Text Example
Text Example
White with #B5A164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A164; }
p { color: rgb(181,161,100); }
H1.HeaderClassName
{
color: #B5A164;
}
.AnyTagClassName
{
color: #B5A164;
}
</style>
background-color css
<style>
a { background-color: #B5A164; }
a { background-color: rgb(181,161,100); }
div.DivClassName
{
background-color: #B5A164;
}
.BgClassName
{
background-color: #B5A164;
}
</style>
border-color css
<style>
span { border-color: #B5A164; }
span { border-color: rgb(181,161,100); }
td.TdClassName
{
border-color: #B5A164;
}
.TagClassName
{
border-color: #B5A164;
}
</style>