Shades of Gimblet #B9A46D
Tints of Gimblet #B9A46D
RGB
CMYK
RGB Variations
Color information
#B9A46D (or 0xB9A46D) is known color: Gimblet. HEX triplet: B9, A4 and 6D. RGB value is (185,164,109). Sum of RGB (Red+Green+Blue) = 185+164+109=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A46D is #465B92. Grayscale: #A4A4A4. Windows color (decimal): -4610963 or 7185593. OLE color: 7185593.
HSL color Cylindrical-coordinate representation of color #B9A46D: hue angle of 43.42º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9A46D is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 109 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.27 |
| HSL | 43.42º | 0.35% | 0.58% | - |
| HSV(B) | 43.42º | 0.41% | 0.73% | - |
| XYZ | 36.04 | 37.97 | 19.9 | - |
| YUV | 164.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 109 | 0 | 0.11 | 0.41 | 0.27 | 43.42 | 0.35 | 0.58 |
| Hex | B9 | A4 | 6D | 0 | B | 29 | 1B | 2B | 23 | 3A |
| Octal | 271 | 244 | 155 | 0 | 13 | 51 | 33 | 53 | 43 | 72 |
| Binary | 10111001 | 10100100 | 1101101 | 0 | 1011 | 101001 | 11011 | 101011 | 100011 | 111010 |
Color Harmonies of #B9A46D
Complementary color
Monochromatic Colors of #B9A46D
Black with #B9A46D
Text Example
Text Example
White with #B9A46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A46D; }
p { color: rgb(185,164,109); }
H1.HeaderClassName
{
color: #B9A46D;
}
.AnyTagClassName
{
color: #B9A46D;
}
</style>
background-color css
<style>
a { background-color: #B9A46D; }
a { background-color: rgb(185,164,109); }
div.DivClassName
{
background-color: #B9A46D;
}
.BgClassName
{
background-color: #B9A46D;
}
</style>
border-color css
<style>
span { border-color: #B9A46D; }
span { border-color: rgb(185,164,109); }
td.TdClassName
{
border-color: #B9A46D;
}
.TagClassName
{
border-color: #B9A46D;
}
</style>