Shades of Gimblet #B4A66F
Tints of Gimblet #B4A66F
RGB
CMYK
RGB Variations
Color information
#B4A66F (or 0xB4A66F) is known color: Gimblet. HEX triplet: B4, A6 and 6F. RGB value is (180,166,111). Sum of RGB (Red+Green+Blue) = 180+166+111=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A66F is #4B5990. Grayscale: #A4A4A4. Windows color (decimal): -4938129 or 7317172. OLE color: 7317172.
HSL color Cylindrical-coordinate representation of color #B4A66F: hue angle of 47.83º 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 #B4A66F is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 166 | 111 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.29 |
| HSL | 47.83º | 0.32% | 0.57% | - |
| HSV(B) | 47.83º | 0.38% | 0.71% | - |
| XYZ | 35.33 | 38.12 | 20.54 | - |
| YUV | 163.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 166 | 111 | 0 | 0.08 | 0.38 | 0.29 | 47.83 | 0.32 | 0.57 |
| Hex | B4 | A6 | 6F | 0 | 8 | 26 | 1D | 30 | 20 | 39 |
| Octal | 264 | 246 | 157 | 0 | 10 | 46 | 35 | 60 | 40 | 71 |
| Binary | 10110100 | 10100110 | 1101111 | 0 | 1000 | 100110 | 11101 | 110000 | 100000 | 111001 |
Color Harmonies of #B4A66F
Complementary color
Monochromatic Colors of #B4A66F
Black with #B4A66F
Text Example
Text Example
White with #B4A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A66F; }
p { color: rgb(180,166,111); }
H1.HeaderClassName
{
color: #B4A66F;
}
.AnyTagClassName
{
color: #B4A66F;
}
</style>
background-color css
<style>
a { background-color: #B4A66F; }
a { background-color: rgb(180,166,111); }
div.DivClassName
{
background-color: #B4A66F;
}
.BgClassName
{
background-color: #B4A66F;
}
</style>
border-color css
<style>
span { border-color: #B4A66F; }
span { border-color: rgb(180,166,111); }
td.TdClassName
{
border-color: #B4A66F;
}
.TagClassName
{
border-color: #B4A66F;
}
</style>