Shades of Gimblet #B4A16C
Tints of Gimblet #B4A16C
RGB
CMYK
RGB Variations
Color information
#B4A16C (or 0xB4A16C) is known color: Gimblet. HEX triplet: B4, A1 and 6C. RGB value is (180,161,108). Sum of RGB (Red+Green+Blue) = 180+161+108=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A16C is #4B5E93. Grayscale: #A0A0A0. Windows color (decimal): -4939412 or 7119284. OLE color: 7119284.
HSL color Cylindrical-coordinate representation of color #B4A16C: hue angle of 44.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4A16C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 161 | 108 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.29 |
| HSL | 44.17º | 0.32% | 0.56% | - |
| HSV(B) | 44.17º | 0.4% | 0.71% | - |
| XYZ | 34.27 | 36.28 | 19.38 | - |
| YUV | 160.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 161 | 108 | 0 | 0.11 | 0.40 | 0.29 | 44.17 | 0.32 | 0.56 |
| Hex | B4 | A1 | 6C | 0 | B | 28 | 1D | 2C | 20 | 38 |
| Octal | 264 | 241 | 154 | 0 | 13 | 50 | 35 | 54 | 40 | 70 |
| Binary | 10110100 | 10100001 | 1101100 | 0 | 1011 | 101000 | 11101 | 101100 | 100000 | 111000 |
Color Harmonies of #B4A16C
Complementary color
Monochromatic Colors of #B4A16C
Black with #B4A16C
Text Example
Text Example
White with #B4A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A16C; }
p { color: rgb(180,161,108); }
H1.HeaderClassName
{
color: #B4A16C;
}
.AnyTagClassName
{
color: #B4A16C;
}
</style>
background-color css
<style>
a { background-color: #B4A16C; }
a { background-color: rgb(180,161,108); }
div.DivClassName
{
background-color: #B4A16C;
}
.BgClassName
{
background-color: #B4A16C;
}
</style>
border-color css
<style>
span { border-color: #B4A16C; }
span { border-color: rgb(180,161,108); }
td.TdClassName
{
border-color: #B4A16C;
}
.TagClassName
{
border-color: #B4A16C;
}
</style>