Shades of Gimblet #B9A56D
Tints of Gimblet #B9A56D
RGB
CMYK
RGB Variations
Color information
#B9A56D (or 0xB9A56D) is known color: Gimblet. HEX triplet: B9, A5 and 6D. RGB value is (185,165,109). Sum of RGB (Red+Green+Blue) = 185+165+109=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A56D is #465A92. Grayscale: #A4A4A4. Windows color (decimal): -4610707 or 7185849. OLE color: 7185849.
HSL color Cylindrical-coordinate representation of color #B9A56D: hue angle of 44.21º 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 #B9A56D is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 109 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.27 |
| HSL | 44.21º | 0.35% | 0.58% | - |
| HSV(B) | 44.21º | 0.41% | 0.73% | - |
| XYZ | 36.22 | 38.33 | 19.96 | - |
| YUV | 164.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 109 | 0 | 0.11 | 0.41 | 0.27 | 44.21 | 0.35 | 0.58 |
| Hex | B9 | A5 | 6D | 0 | B | 29 | 1B | 2C | 23 | 3A |
| Octal | 271 | 245 | 155 | 0 | 13 | 51 | 33 | 54 | 43 | 72 |
| Binary | 10111001 | 10100101 | 1101101 | 0 | 1011 | 101001 | 11011 | 101100 | 100011 | 111010 |
Color Harmonies of #B9A56D
Complementary color
Monochromatic Colors of #B9A56D
Black with #B9A56D
Text Example
Text Example
White with #B9A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A56D; }
p { color: rgb(185,165,109); }
H1.HeaderClassName
{
color: #B9A56D;
}
.AnyTagClassName
{
color: #B9A56D;
}
</style>
background-color css
<style>
a { background-color: #B9A56D; }
a { background-color: rgb(185,165,109); }
div.DivClassName
{
background-color: #B9A56D;
}
.BgClassName
{
background-color: #B9A56D;
}
</style>
border-color css
<style>
span { border-color: #B9A56D; }
span { border-color: rgb(185,165,109); }
td.TdClassName
{
border-color: #B9A56D;
}
.TagClassName
{
border-color: #B9A56D;
}
</style>