Shades of Gimblet #B5A65C
Tints of Gimblet #B5A65C
RGB
CMYK
RGB Variations
Color information
#B5A65C (or 0xB5A65C) is known color: Gimblet. HEX triplet: B5, A6 and 5C. RGB value is (181,166,92). Sum of RGB (Red+Green+Blue) = 181+166+92=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A65C is #4A59A3. Grayscale: #A2A2A2. Windows color (decimal): -4872612 or 6071989. OLE color: 6071989.
HSL color Cylindrical-coordinate representation of color #B5A65C: hue angle of 49.89º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5A65C is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 92 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.29 |
| HSL | 49.89º | 0.38% | 0.54% | - |
| HSV(B) | 49.89º | 0.49% | 0.71% | - |
| XYZ | 34.62 | 37.87 | 15.61 | - |
| YUV | 162.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 92 | 0 | 0.08 | 0.49 | 0.29 | 49.89 | 0.38 | 0.54 |
| Hex | B5 | A6 | 5C | 0 | 8 | 31 | 1D | 32 | 26 | 36 |
| Octal | 265 | 246 | 134 | 0 | 10 | 61 | 35 | 62 | 46 | 66 |
| Binary | 10110101 | 10100110 | 1011100 | 0 | 1000 | 110001 | 11101 | 110010 | 100110 | 110110 |
Color Harmonies of #B5A65C
Complementary color
Monochromatic Colors of #B5A65C
Black with #B5A65C
Text Example
Text Example
White with #B5A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A65C; }
p { color: rgb(181,166,92); }
H1.HeaderClassName
{
color: #B5A65C;
}
.AnyTagClassName
{
color: #B5A65C;
}
</style>
background-color css
<style>
a { background-color: #B5A65C; }
a { background-color: rgb(181,166,92); }
div.DivClassName
{
background-color: #B5A65C;
}
.BgClassName
{
background-color: #B5A65C;
}
</style>
border-color css
<style>
span { border-color: #B5A65C; }
span { border-color: rgb(181,166,92); }
td.TdClassName
{
border-color: #B5A65C;
}
.TagClassName
{
border-color: #B5A65C;
}
</style>