Shades of Gimblet #B4AD6D
Tints of Gimblet #B4AD6D
RGB
CMYK
RGB Variations
Color information
#B4AD6D (or 0xB4AD6D) is known color: Gimblet. HEX triplet: B4, AD and 6D. RGB value is (180,173,109). Sum of RGB (Red+Green+Blue) = 180+173+109=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD6D is #4B5292. Grayscale: #A8A8A8. Windows color (decimal): -4936339 or 7187892. OLE color: 7187892.
HSL color Cylindrical-coordinate representation of color #B4AD6D: hue angle of 54.08º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4AD6D is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 109 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.29 |
| HSL | 54.08º | 0.32% | 0.57% | - |
| HSV(B) | 54.08º | 0.39% | 0.71% | - |
| XYZ | 36.53 | 40.69 | 20.4 | - |
| YUV | 167.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 109 | 0 | 0.04 | 0.39 | 0.29 | 54.08 | 0.32 | 0.57 |
| Hex | B4 | AD | 6D | 0 | 4 | 27 | 1D | 36 | 20 | 39 |
| Octal | 264 | 255 | 155 | 0 | 4 | 47 | 35 | 66 | 40 | 71 |
| Binary | 10110100 | 10101101 | 1101101 | 0 | 100 | 100111 | 11101 | 110110 | 100000 | 111001 |
Color Harmonies of #B4AD6D
Complementary color
Monochromatic Colors of #B4AD6D
Black with #B4AD6D
Text Example
Text Example
White with #B4AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AD6D; }
p { color: rgb(180,173,109); }
H1.HeaderClassName
{
color: #B4AD6D;
}
.AnyTagClassName
{
color: #B4AD6D;
}
</style>
background-color css
<style>
a { background-color: #B4AD6D; }
a { background-color: rgb(180,173,109); }
div.DivClassName
{
background-color: #B4AD6D;
}
.BgClassName
{
background-color: #B4AD6D;
}
</style>
border-color css
<style>
span { border-color: #B4AD6D; }
span { border-color: rgb(180,173,109); }
td.TdClassName
{
border-color: #B4AD6D;
}
.TagClassName
{
border-color: #B4AD6D;
}
</style>