Shades of Gimblet #B4A56E
Tints of Gimblet #B4A56E
RGB
CMYK
RGB Variations
Color information
#B4A56E (or 0xB4A56E) is known color: Gimblet. HEX triplet: B4, A5 and 6E. RGB value is (180,165,110). Sum of RGB (Red+Green+Blue) = 180+165+110=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A56E is #4B5A91. Grayscale: #A3A3A3. Windows color (decimal): -4938386 or 7251380. OLE color: 7251380.
HSL color Cylindrical-coordinate representation of color #B4A56E: hue angle of 47.14º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4A56E is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 110 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.29 |
| HSL | 47.14º | 0.32% | 0.57% | - |
| HSV(B) | 47.14º | 0.39% | 0.71% | - |
| XYZ | 35.09 | 37.74 | 20.19 | - |
| YUV | 163.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 110 | 0 | 0.08 | 0.39 | 0.29 | 47.14 | 0.32 | 0.57 |
| Hex | B4 | A5 | 6E | 0 | 8 | 27 | 1D | 2F | 20 | 39 |
| Octal | 264 | 245 | 156 | 0 | 10 | 47 | 35 | 57 | 40 | 71 |
| Binary | 10110100 | 10100101 | 1101110 | 0 | 1000 | 100111 | 11101 | 101111 | 100000 | 111001 |
Color Harmonies of #B4A56E
Complementary color
Monochromatic Colors of #B4A56E
Black with #B4A56E
Text Example
Text Example
White with #B4A56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A56E; }
p { color: rgb(180,165,110); }
H1.HeaderClassName
{
color: #B4A56E;
}
.AnyTagClassName
{
color: #B4A56E;
}
</style>
background-color css
<style>
a { background-color: #B4A56E; }
a { background-color: rgb(180,165,110); }
div.DivClassName
{
background-color: #B4A56E;
}
.BgClassName
{
background-color: #B4A56E;
}
</style>
border-color css
<style>
span { border-color: #B4A56E; }
span { border-color: rgb(180,165,110); }
td.TdClassName
{
border-color: #B4A56E;
}
.TagClassName
{
border-color: #B4A56E;
}
</style>