Shades of Gimblet #B4A36E
Tints of Gimblet #B4A36E
RGB
CMYK
RGB Variations
Color information
#B4A36E (or 0xB4A36E) is known color: Gimblet. HEX triplet: B4, A3 and 6E. RGB value is (180,163,110). Sum of RGB (Red+Green+Blue) = 180+163+110=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A36E is #4B5C91. Grayscale: #A2A2A2. Windows color (decimal): -4938898 or 7250868. OLE color: 7250868.
HSL color Cylindrical-coordinate representation of color #B4A36E: hue angle of 45.43º 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 #B4A36E is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 110 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.29 |
| HSL | 45.43º | 0.32% | 0.57% | - |
| HSV(B) | 45.43º | 0.39% | 0.71% | - |
| XYZ | 34.73 | 37.02 | 20.07 | - |
| YUV | 162.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 110 | 0 | 0.09 | 0.39 | 0.29 | 45.43 | 0.32 | 0.57 |
| Hex | B4 | A3 | 6E | 0 | 9 | 27 | 1D | 2D | 20 | 39 |
| Octal | 264 | 243 | 156 | 0 | 11 | 47 | 35 | 55 | 40 | 71 |
| Binary | 10110100 | 10100011 | 1101110 | 0 | 1001 | 100111 | 11101 | 101101 | 100000 | 111001 |
Color Harmonies of #B4A36E
Complementary color
Monochromatic Colors of #B4A36E
Black with #B4A36E
Text Example
Text Example
White with #B4A36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A36E; }
p { color: rgb(180,163,110); }
H1.HeaderClassName
{
color: #B4A36E;
}
.AnyTagClassName
{
color: #B4A36E;
}
</style>
background-color css
<style>
a { background-color: #B4A36E; }
a { background-color: rgb(180,163,110); }
div.DivClassName
{
background-color: #B4A36E;
}
.BgClassName
{
background-color: #B4A36E;
}
</style>
border-color css
<style>
span { border-color: #B4A36E; }
span { border-color: rgb(180,163,110); }
td.TdClassName
{
border-color: #B4A36E;
}
.TagClassName
{
border-color: #B4A36E;
}
</style>