Shades of Gimblet #B4A85C
Tints of Gimblet #B4A85C
RGB
CMYK
RGB Variations
Color information
#B4A85C (or 0xB4A85C) is known color: Gimblet. HEX triplet: B4, A8 and 5C. RGB value is (180,168,92). Sum of RGB (Red+Green+Blue) = 180+168+92=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A85C is #4B57A3. Grayscale: #A3A3A3. Windows color (decimal): -4937636 or 6072500. OLE color: 6072500.
HSL color Cylindrical-coordinate representation of color #B4A85C: hue angle of 51.82º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4A85C is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 92 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.29 |
| HSL | 51.82º | 0.37% | 0.53% | - |
| HSV(B) | 51.82º | 0.49% | 0.71% | - |
| XYZ | 34.76 | 38.48 | 15.72 | - |
| YUV | 162.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 92 | 0 | 0.07 | 0.49 | 0.29 | 51.82 | 0.37 | 0.53 |
| Hex | B4 | A8 | 5C | 0 | 7 | 31 | 1D | 34 | 25 | 35 |
| Octal | 264 | 250 | 134 | 0 | 7 | 61 | 35 | 64 | 45 | 65 |
| Binary | 10110100 | 10101000 | 1011100 | 0 | 111 | 110001 | 11101 | 110100 | 100101 | 110101 |
Color Harmonies of #B4A85C
Complementary color
Monochromatic Colors of #B4A85C
Black with #B4A85C
Text Example
Text Example
White with #B4A85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A85C; }
p { color: rgb(180,168,92); }
H1.HeaderClassName
{
color: #B4A85C;
}
.AnyTagClassName
{
color: #B4A85C;
}
</style>
background-color css
<style>
a { background-color: #B4A85C; }
a { background-color: rgb(180,168,92); }
div.DivClassName
{
background-color: #B4A85C;
}
.BgClassName
{
background-color: #B4A85C;
}
</style>
border-color css
<style>
span { border-color: #B4A85C; }
span { border-color: rgb(180,168,92); }
td.TdClassName
{
border-color: #B4A85C;
}
.TagClassName
{
border-color: #B4A85C;
}
</style>