Shades of Gimblet #B4AA71
Tints of Gimblet #B4AA71
RGB
CMYK
RGB Variations
Color information
#B4AA71 (or 0xB4AA71) is known color: Gimblet. HEX triplet: B4, AA and 71. RGB value is (180,170,113). Sum of RGB (Red+Green+Blue) = 180+170+113=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA71 is #4B558E. Grayscale: #A6A6A6. Windows color (decimal): -4937103 or 7449268. OLE color: 7449268.
HSL color Cylindrical-coordinate representation of color #B4AA71: hue angle of 51.04º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4AA71 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 170 | 113 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.29 |
| HSL | 51.04º | 0.31% | 0.57% | - |
| HSV(B) | 51.04º | 0.37% | 0.71% | - |
| XYZ | 36.18 | 39.65 | 21.37 | - |
| YUV | 166.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 113 | 0 | 0.06 | 0.37 | 0.29 | 51.04 | 0.31 | 0.57 |
| Hex | B4 | AA | 71 | 0 | 6 | 25 | 1D | 33 | 1F | 39 |
| Octal | 264 | 252 | 161 | 0 | 6 | 45 | 35 | 63 | 37 | 71 |
| Binary | 10110100 | 10101010 | 1110001 | 0 | 110 | 100101 | 11101 | 110011 | 11111 | 111001 |
Color Harmonies of #B4AA71
Complementary color
Monochromatic Colors of #B4AA71
Black with #B4AA71
Text Example
Text Example
White with #B4AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AA71; }
p { color: rgb(180,170,113); }
H1.HeaderClassName
{
color: #B4AA71;
}
.AnyTagClassName
{
color: #B4AA71;
}
</style>
background-color css
<style>
a { background-color: #B4AA71; }
a { background-color: rgb(180,170,113); }
div.DivClassName
{
background-color: #B4AA71;
}
.BgClassName
{
background-color: #B4AA71;
}
</style>
border-color css
<style>
span { border-color: #B4AA71; }
span { border-color: rgb(180,170,113); }
td.TdClassName
{
border-color: #B4AA71;
}
.TagClassName
{
border-color: #B4AA71;
}
</style>