Shades of Gimblet #B9A56C
Tints of Gimblet #B9A56C
RGB
CMYK
RGB Variations
Color information
#B9A56C (or 0xB9A56C) is known color: Gimblet. HEX triplet: B9, A5 and 6C. RGB value is (185,165,108). Sum of RGB (Red+Green+Blue) = 185+165+108=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A56C is #465A93. Grayscale: #A4A4A4. Windows color (decimal): -4610708 or 7120313. OLE color: 7120313.
HSL color Cylindrical-coordinate representation of color #B9A56C: hue angle of 44.42º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9A56C is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 108 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.27 |
| HSL | 44.42º | 0.35% | 0.57% | - |
| HSV(B) | 44.42º | 0.42% | 0.73% | - |
| XYZ | 36.17 | 38.31 | 19.68 | - |
| YUV | 164.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 108 | 0 | 0.11 | 0.42 | 0.27 | 44.42 | 0.35 | 0.57 |
| Hex | B9 | A5 | 6C | 0 | B | 2A | 1B | 2C | 23 | 39 |
| Octal | 271 | 245 | 154 | 0 | 13 | 52 | 33 | 54 | 43 | 71 |
| Binary | 10111001 | 10100101 | 1101100 | 0 | 1011 | 101010 | 11011 | 101100 | 100011 | 111001 |
Color Harmonies of #B9A56C
Complementary color
Monochromatic Colors of #B9A56C
Black with #B9A56C
Text Example
Text Example
White with #B9A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A56C; }
p { color: rgb(185,165,108); }
H1.HeaderClassName
{
color: #B9A56C;
}
.AnyTagClassName
{
color: #B9A56C;
}
</style>
background-color css
<style>
a { background-color: #B9A56C; }
a { background-color: rgb(185,165,108); }
div.DivClassName
{
background-color: #B9A56C;
}
.BgClassName
{
background-color: #B9A56C;
}
</style>
border-color css
<style>
span { border-color: #B9A56C; }
span { border-color: rgb(185,165,108); }
td.TdClassName
{
border-color: #B9A56C;
}
.TagClassName
{
border-color: #B9A56C;
}
</style>