Shades of Gimblet #B4AA6D
Tints of Gimblet #B4AA6D
RGB
CMYK
RGB Variations
Color information
#B4AA6D (or 0xB4AA6D) is known color: Gimblet. HEX triplet: B4, AA and 6D. RGB value is (180,170,109). Sum of RGB (Red+Green+Blue) = 180+170+109=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA6D is #4B5592. Grayscale: #A6A6A6. Windows color (decimal): -4937107 or 7187124. OLE color: 7187124.
HSL color Cylindrical-coordinate representation of color #B4AA6D: hue angle of 51.55º 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 #B4AA6D is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 170 | 109 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.29 |
| HSL | 51.55º | 0.32% | 0.57% | - |
| HSV(B) | 51.55º | 0.39% | 0.71% | - |
| XYZ | 35.96 | 39.56 | 20.21 | - |
| YUV | 166.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 109 | 0 | 0.06 | 0.39 | 0.29 | 51.55 | 0.32 | 0.57 |
| Hex | B4 | AA | 6D | 0 | 6 | 27 | 1D | 34 | 20 | 39 |
| Octal | 264 | 252 | 155 | 0 | 6 | 47 | 35 | 64 | 40 | 71 |
| Binary | 10110100 | 10101010 | 1101101 | 0 | 110 | 100111 | 11101 | 110100 | 100000 | 111001 |
Color Harmonies of #B4AA6D
Complementary color
Monochromatic Colors of #B4AA6D
Black with #B4AA6D
Text Example
Text Example
White with #B4AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AA6D; }
p { color: rgb(180,170,109); }
H1.HeaderClassName
{
color: #B4AA6D;
}
.AnyTagClassName
{
color: #B4AA6D;
}
</style>
background-color css
<style>
a { background-color: #B4AA6D; }
a { background-color: rgb(180,170,109); }
div.DivClassName
{
background-color: #B4AA6D;
}
.BgClassName
{
background-color: #B4AA6D;
}
</style>
border-color css
<style>
span { border-color: #B4AA6D; }
span { border-color: rgb(180,170,109); }
td.TdClassName
{
border-color: #B4AA6D;
}
.TagClassName
{
border-color: #B4AA6D;
}
</style>