Shades of Gimblet #B9A85A
Tints of Gimblet #B9A85A
RGB
CMYK
RGB Variations
Color information
#B9A85A (or 0xB9A85A) is known color: Gimblet. HEX triplet: B9, A8 and 5A. RGB value is (185,168,90). Sum of RGB (Red+Green+Blue) = 185+168+90=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A85A is #4657A5. Grayscale: #A4A4A4. Windows color (decimal): -4609958 or 5941433. OLE color: 5941433.
HSL color Cylindrical-coordinate representation of color #B9A85A: hue angle of 49.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9A85A is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 90 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.27 |
| HSL | 49.26º | 0.4% | 0.54% | - |
| HSV(B) | 49.26º | 0.51% | 0.73% | - |
| XYZ | 35.86 | 39.06 | 15.32 | - |
| YUV | 164.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 90 | 0 | 0.09 | 0.51 | 0.27 | 49.26 | 0.4 | 0.54 |
| Hex | B9 | A8 | 5A | 0 | 9 | 33 | 1B | 31 | 28 | 36 |
| Octal | 271 | 250 | 132 | 0 | 11 | 63 | 33 | 61 | 50 | 66 |
| Binary | 10111001 | 10101000 | 1011010 | 0 | 1001 | 110011 | 11011 | 110001 | 101000 | 110110 |
Color Harmonies of #B9A85A
Complementary color
Monochromatic Colors of #B9A85A
Black with #B9A85A
Text Example
Text Example
White with #B9A85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A85A; }
p { color: rgb(185,168,90); }
H1.HeaderClassName
{
color: #B9A85A;
}
.AnyTagClassName
{
color: #B9A85A;
}
</style>
background-color css
<style>
a { background-color: #B9A85A; }
a { background-color: rgb(185,168,90); }
div.DivClassName
{
background-color: #B9A85A;
}
.BgClassName
{
background-color: #B9A85A;
}
</style>
border-color css
<style>
span { border-color: #B9A85A; }
span { border-color: rgb(185,168,90); }
td.TdClassName
{
border-color: #B9A85A;
}
.TagClassName
{
border-color: #B9A85A;
}
</style>