Shades of Gimblet #B4AA6F
Tints of Gimblet #B4AA6F
RGB
CMYK
RGB Variations
Color information
#B4AA6F (or 0xB4AA6F) is known color: Gimblet. HEX triplet: B4, AA and 6F. RGB value is (180,170,111). Sum of RGB (Red+Green+Blue) = 180+170+111=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA6F is #4B5590. Grayscale: #A6A6A6. Windows color (decimal): -4937105 or 7318196. OLE color: 7318196.
HSL color Cylindrical-coordinate representation of color #B4AA6F: hue angle of 51.3º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4AA6F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 170 | 111 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.29 |
| HSL | 51.3º | 0.32% | 0.57% | - |
| HSV(B) | 51.3º | 0.38% | 0.71% | - |
| XYZ | 36.07 | 39.6 | 20.78 | - |
| YUV | 166.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 111 | 0 | 0.06 | 0.38 | 0.29 | 51.3 | 0.32 | 0.57 |
| Hex | B4 | AA | 6F | 0 | 6 | 26 | 1D | 33 | 20 | 39 |
| Octal | 264 | 252 | 157 | 0 | 6 | 46 | 35 | 63 | 40 | 71 |
| Binary | 10110100 | 10101010 | 1101111 | 0 | 110 | 100110 | 11101 | 110011 | 100000 | 111001 |
Color Harmonies of #B4AA6F
Complementary color
Monochromatic Colors of #B4AA6F
Black with #B4AA6F
Text Example
Text Example
White with #B4AA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AA6F; }
p { color: rgb(180,170,111); }
H1.HeaderClassName
{
color: #B4AA6F;
}
.AnyTagClassName
{
color: #B4AA6F;
}
</style>
background-color css
<style>
a { background-color: #B4AA6F; }
a { background-color: rgb(180,170,111); }
div.DivClassName
{
background-color: #B4AA6F;
}
.BgClassName
{
background-color: #B4AA6F;
}
</style>
border-color css
<style>
span { border-color: #B4AA6F; }
span { border-color: rgb(180,170,111); }
td.TdClassName
{
border-color: #B4AA6F;
}
.TagClassName
{
border-color: #B4AA6F;
}
</style>