Shades of Gimblet #B4A85B
Tints of Gimblet #B4A85B
RGB
CMYK
RGB Variations
Color information
#B4A85B (or 0xB4A85B) is known color: Gimblet. HEX triplet: B4, A8 and 5B. RGB value is (180,168,91). Sum of RGB (Red+Green+Blue) = 180+168+91=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A85B is #4B57A4. Grayscale: #A3A3A3. Windows color (decimal): -4937637 or 6006964. OLE color: 6006964.
HSL color Cylindrical-coordinate representation of color #B4A85B: hue angle of 51.91º 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 #B4A85B is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 91 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.29 |
| HSL | 51.91º | 0.37% | 0.53% | - |
| HSV(B) | 51.91º | 0.49% | 0.71% | - |
| XYZ | 34.71 | 38.46 | 15.49 | - |
| YUV | 162.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 91 | 0 | 0.07 | 0.49 | 0.29 | 51.91 | 0.37 | 0.53 |
| Hex | B4 | A8 | 5B | 0 | 7 | 31 | 1D | 34 | 25 | 35 |
| Octal | 264 | 250 | 133 | 0 | 7 | 61 | 35 | 64 | 45 | 65 |
| Binary | 10110100 | 10101000 | 1011011 | 0 | 111 | 110001 | 11101 | 110100 | 100101 | 110101 |
Color Harmonies of #B4A85B
Complementary color
Monochromatic Colors of #B4A85B
Black with #B4A85B
Text Example
Text Example
White with #B4A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A85B; }
p { color: rgb(180,168,91); }
H1.HeaderClassName
{
color: #B4A85B;
}
.AnyTagClassName
{
color: #B4A85B;
}
</style>
background-color css
<style>
a { background-color: #B4A85B; }
a { background-color: rgb(180,168,91); }
div.DivClassName
{
background-color: #B4A85B;
}
.BgClassName
{
background-color: #B4A85B;
}
</style>
border-color css
<style>
span { border-color: #B4A85B; }
span { border-color: rgb(180,168,91); }
td.TdClassName
{
border-color: #B4A85B;
}
.TagClassName
{
border-color: #B4A85B;
}
</style>