Shades of Gimblet #B9A65B
Tints of Gimblet #B9A65B
RGB
CMYK
RGB Variations
Color information
#B9A65B (or 0xB9A65B) is known color: Gimblet. HEX triplet: B9, A6 and 5B. RGB value is (185,166,91). Sum of RGB (Red+Green+Blue) = 185+166+91=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A65B is #4659A4. Grayscale: #A3A3A3. Windows color (decimal): -4610469 or 6006457. OLE color: 6006457.
HSL color Cylindrical-coordinate representation of color #B9A65B: hue angle of 47.87º 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 #B9A65B is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 91 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.27 |
| HSL | 47.87º | 0.4% | 0.54% | - |
| HSV(B) | 47.87º | 0.51% | 0.73% | - |
| XYZ | 35.53 | 38.34 | 15.43 | - |
| YUV | 163.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 91 | 0 | 0.10 | 0.51 | 0.27 | 47.87 | 0.4 | 0.54 |
| Hex | B9 | A6 | 5B | 0 | A | 33 | 1B | 30 | 28 | 36 |
| Octal | 271 | 246 | 133 | 0 | 12 | 63 | 33 | 60 | 50 | 66 |
| Binary | 10111001 | 10100110 | 1011011 | 0 | 1010 | 110011 | 11011 | 110000 | 101000 | 110110 |
Color Harmonies of #B9A65B
Complementary color
Monochromatic Colors of #B9A65B
Black with #B9A65B
Text Example
Text Example
White with #B9A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A65B; }
p { color: rgb(185,166,91); }
H1.HeaderClassName
{
color: #B9A65B;
}
.AnyTagClassName
{
color: #B9A65B;
}
</style>
background-color css
<style>
a { background-color: #B9A65B; }
a { background-color: rgb(185,166,91); }
div.DivClassName
{
background-color: #B9A65B;
}
.BgClassName
{
background-color: #B9A65B;
}
</style>
border-color css
<style>
span { border-color: #B9A65B; }
span { border-color: rgb(185,166,91); }
td.TdClassName
{
border-color: #B9A65B;
}
.TagClassName
{
border-color: #B9A65B;
}
</style>