Shades of Gimblet #B4A86C
Tints of Gimblet #B4A86C
RGB
CMYK
RGB Variations
Color information
#B4A86C (or 0xB4A86C) is known color: Gimblet. HEX triplet: B4, A8 and 6C. RGB value is (180,168,108). Sum of RGB (Red+Green+Blue) = 180+168+108=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A86C is #4B5793. Grayscale: #A5A5A5. Windows color (decimal): -4937620 or 7121076. OLE color: 7121076.
HSL color Cylindrical-coordinate representation of color #B4A86C: hue angle of 50º 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 #B4A86C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 108 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.29 |
| HSL | 50º | 0.32% | 0.56% | - |
| HSV(B) | 50º | 0.4% | 0.71% | - |
| XYZ | 35.53 | 38.79 | 19.8 | - |
| YUV | 164.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 108 | 0 | 0.07 | 0.40 | 0.29 | 50 | 0.32 | 0.56 |
| Hex | B4 | A8 | 6C | 0 | 7 | 28 | 1D | 32 | 20 | 38 |
| Octal | 264 | 250 | 154 | 0 | 7 | 50 | 35 | 62 | 40 | 70 |
| Binary | 10110100 | 10101000 | 1101100 | 0 | 111 | 101000 | 11101 | 110010 | 100000 | 111000 |
Color Harmonies of #B4A86C
Complementary color
Monochromatic Colors of #B4A86C
Black with #B4A86C
Text Example
Text Example
White with #B4A86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A86C; }
p { color: rgb(180,168,108); }
H1.HeaderClassName
{
color: #B4A86C;
}
.AnyTagClassName
{
color: #B4A86C;
}
</style>
background-color css
<style>
a { background-color: #B4A86C; }
a { background-color: rgb(180,168,108); }
div.DivClassName
{
background-color: #B4A86C;
}
.BgClassName
{
background-color: #B4A86C;
}
</style>
border-color css
<style>
span { border-color: #B4A86C; }
span { border-color: rgb(180,168,108); }
td.TdClassName
{
border-color: #B4A86C;
}
.TagClassName
{
border-color: #B4A86C;
}
</style>