Shades of Gimblet #B4A36C
Tints of Gimblet #B4A36C
RGB
CMYK
RGB Variations
Color information
#B4A36C (or 0xB4A36C) is known color: Gimblet. HEX triplet: B4, A3 and 6C. RGB value is (180,163,108). Sum of RGB (Red+Green+Blue) = 180+163+108=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A36C is #4B5C93. Grayscale: #A2A2A2. Windows color (decimal): -4938900 or 7119796. OLE color: 7119796.
HSL color Cylindrical-coordinate representation of color #B4A36C: hue angle of 45.83º 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 #B4A36C is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 108 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.29 |
| HSL | 45.83º | 0.32% | 0.56% | - |
| HSV(B) | 45.83º | 0.4% | 0.71% | - |
| XYZ | 34.63 | 36.98 | 19.5 | - |
| YUV | 161.81 | 97.63 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 108 | 0 | 0.09 | 0.40 | 0.29 | 45.83 | 0.32 | 0.56 |
| Hex | B4 | A3 | 6C | 0 | 9 | 28 | 1D | 2E | 20 | 38 |
| Octal | 264 | 243 | 154 | 0 | 11 | 50 | 35 | 56 | 40 | 70 |
| Binary | 10110100 | 10100011 | 1101100 | 0 | 1001 | 101000 | 11101 | 101110 | 100000 | 111000 |
Color Harmonies of #B4A36C
Complementary color
Monochromatic Colors of #B4A36C
Black with #B4A36C
Text Example
Text Example
White with #B4A36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A36C; }
p { color: rgb(180,163,108); }
H1.HeaderClassName
{
color: #B4A36C;
}
.AnyTagClassName
{
color: #B4A36C;
}
</style>
background-color css
<style>
a { background-color: #B4A36C; }
a { background-color: rgb(180,163,108); }
div.DivClassName
{
background-color: #B4A36C;
}
.BgClassName
{
background-color: #B4A36C;
}
</style>
border-color css
<style>
span { border-color: #B4A36C; }
span { border-color: rgb(180,163,108); }
td.TdClassName
{
border-color: #B4A36C;
}
.TagClassName
{
border-color: #B4A36C;
}
</style>