Shades of Gimblet #B9A75A
Tints of Gimblet #B9A75A
RGB
CMYK
RGB Variations
Color information
#B9A75A (or 0xB9A75A) is known color: Gimblet. HEX triplet: B9, A7 and 5A. RGB value is (185,167,90). Sum of RGB (Red+Green+Blue) = 185+167+90=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A75A is #4658A5. Grayscale: #A3A3A3. Windows color (decimal): -4610214 or 5941177. OLE color: 5941177.
HSL color Cylindrical-coordinate representation of color #B9A75A: hue angle of 48.63º 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 #B9A75A is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 167 | 90 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.27 |
| HSL | 48.63º | 0.4% | 0.54% | - |
| HSV(B) | 48.63º | 0.51% | 0.73% | - |
| XYZ | 35.67 | 38.69 | 15.26 | - |
| YUV | 163.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 167 | 90 | 0 | 0.10 | 0.51 | 0.27 | 48.63 | 0.4 | 0.54 |
| Hex | B9 | A7 | 5A | 0 | A | 33 | 1B | 31 | 28 | 36 |
| Octal | 271 | 247 | 132 | 0 | 12 | 63 | 33 | 61 | 50 | 66 |
| Binary | 10111001 | 10100111 | 1011010 | 0 | 1010 | 110011 | 11011 | 110001 | 101000 | 110110 |
Color Harmonies of #B9A75A
Complementary color
Monochromatic Colors of #B9A75A
Black with #B9A75A
Text Example
Text Example
White with #B9A75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A75A; }
p { color: rgb(185,167,90); }
H1.HeaderClassName
{
color: #B9A75A;
}
.AnyTagClassName
{
color: #B9A75A;
}
</style>
background-color css
<style>
a { background-color: #B9A75A; }
a { background-color: rgb(185,167,90); }
div.DivClassName
{
background-color: #B9A75A;
}
.BgClassName
{
background-color: #B9A75A;
}
</style>
border-color css
<style>
span { border-color: #B9A75A; }
span { border-color: rgb(185,167,90); }
td.TdClassName
{
border-color: #B9A75A;
}
.TagClassName
{
border-color: #B9A75A;
}
</style>