Shades of Gimblet #B4A86F
Tints of Gimblet #B4A86F
RGB
CMYK
RGB Variations
Color information
#B4A86F (or 0xB4A86F) is known color: Gimblet. HEX triplet: B4, A8 and 6F. RGB value is (180,168,111). Sum of RGB (Red+Green+Blue) = 180+168+111=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A86F is #4B5790. Grayscale: #A5A5A5. Windows color (decimal): -4937617 or 7317684. OLE color: 7317684.
HSL color Cylindrical-coordinate representation of color #B4A86F: hue angle of 49.57º 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 #B4A86F is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 111 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.29 |
| HSL | 49.57º | 0.32% | 0.57% | - |
| HSV(B) | 49.57º | 0.38% | 0.71% | - |
| XYZ | 35.69 | 38.86 | 20.66 | - |
| YUV | 165.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 111 | 0 | 0.07 | 0.38 | 0.29 | 49.57 | 0.32 | 0.57 |
| Hex | B4 | A8 | 6F | 0 | 7 | 26 | 1D | 32 | 20 | 39 |
| Octal | 264 | 250 | 157 | 0 | 7 | 46 | 35 | 62 | 40 | 71 |
| Binary | 10110100 | 10101000 | 1101111 | 0 | 111 | 100110 | 11101 | 110010 | 100000 | 111001 |
Color Harmonies of #B4A86F
Complementary color
Monochromatic Colors of #B4A86F
Black with #B4A86F
Text Example
Text Example
White with #B4A86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A86F; }
p { color: rgb(180,168,111); }
H1.HeaderClassName
{
color: #B4A86F;
}
.AnyTagClassName
{
color: #B4A86F;
}
</style>
background-color css
<style>
a { background-color: #B4A86F; }
a { background-color: rgb(180,168,111); }
div.DivClassName
{
background-color: #B4A86F;
}
.BgClassName
{
background-color: #B4A86F;
}
</style>
border-color css
<style>
span { border-color: #B4A86F; }
span { border-color: rgb(180,168,111); }
td.TdClassName
{
border-color: #B4A86F;
}
.TagClassName
{
border-color: #B4A86F;
}
</style>