Shades of Gimblet #B5A15C
Tints of Gimblet #B5A15C
RGB
CMYK
RGB Variations
Color information
#B5A15C (or 0xB5A15C) is known color: Gimblet. HEX triplet: B5, A1 and 5C. RGB value is (181,161,92). Sum of RGB (Red+Green+Blue) = 181+161+92=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A15C is #4A5EA3. Grayscale: #9F9F9F. Windows color (decimal): -4873892 or 6070709. OLE color: 6070709.
HSL color Cylindrical-coordinate representation of color #B5A15C: hue angle of 46.52º 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 #B5A15C is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 92 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.29 |
| HSL | 46.52º | 0.38% | 0.54% | - |
| HSV(B) | 46.52º | 0.49% | 0.71% | - |
| XYZ | 33.73 | 36.09 | 15.31 | - |
| YUV | 159.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 92 | 0 | 0.11 | 0.49 | 0.29 | 46.52 | 0.38 | 0.54 |
| Hex | B5 | A1 | 5C | 0 | B | 31 | 1D | 2F | 26 | 36 |
| Octal | 265 | 241 | 134 | 0 | 13 | 61 | 35 | 57 | 46 | 66 |
| Binary | 10110101 | 10100001 | 1011100 | 0 | 1011 | 110001 | 11101 | 101111 | 100110 | 110110 |
Color Harmonies of #B5A15C
Complementary color
Monochromatic Colors of #B5A15C
Black with #B5A15C
Text Example
Text Example
White with #B5A15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A15C; }
p { color: rgb(181,161,92); }
H1.HeaderClassName
{
color: #B5A15C;
}
.AnyTagClassName
{
color: #B5A15C;
}
</style>
background-color css
<style>
a { background-color: #B5A15C; }
a { background-color: rgb(181,161,92); }
div.DivClassName
{
background-color: #B5A15C;
}
.BgClassName
{
background-color: #B5A15C;
}
</style>
border-color css
<style>
span { border-color: #B5A15C; }
span { border-color: rgb(181,161,92); }
td.TdClassName
{
border-color: #B5A15C;
}
.TagClassName
{
border-color: #B5A15C;
}
</style>