Shades of Gimblet #B9A65F
Tints of Gimblet #B9A65F
RGB
CMYK
RGB Variations
Color information
#B9A65F (or 0xB9A65F) is known color: Gimblet. HEX triplet: B9, A6 and 5F. RGB value is (185,166,95). Sum of RGB (Red+Green+Blue) = 185+166+95=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A65F is #4659A0. Grayscale: #A3A3A3. Windows color (decimal): -4610465 or 6268601. OLE color: 6268601.
HSL color Cylindrical-coordinate representation of color #B9A65F: hue angle of 47.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9A65F is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 95 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.27 |
| HSL | 47.33º | 0.39% | 0.55% | - |
| HSV(B) | 47.33º | 0.49% | 0.73% | - |
| XYZ | 35.71 | 38.41 | 16.36 | - |
| YUV | 163.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 95 | 0 | 0.10 | 0.49 | 0.27 | 47.33 | 0.39 | 0.55 |
| Hex | B9 | A6 | 5F | 0 | A | 31 | 1B | 2F | 27 | 37 |
| Octal | 271 | 246 | 137 | 0 | 12 | 61 | 33 | 57 | 47 | 67 |
| Binary | 10111001 | 10100110 | 1011111 | 0 | 1010 | 110001 | 11011 | 101111 | 100111 | 110111 |
Color Harmonies of #B9A65F
Complementary color
Monochromatic Colors of #B9A65F
Black with #B9A65F
Text Example
Text Example
White with #B9A65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A65F; }
p { color: rgb(185,166,95); }
H1.HeaderClassName
{
color: #B9A65F;
}
.AnyTagClassName
{
color: #B9A65F;
}
</style>
background-color css
<style>
a { background-color: #B9A65F; }
a { background-color: rgb(185,166,95); }
div.DivClassName
{
background-color: #B9A65F;
}
.BgClassName
{
background-color: #B9A65F;
}
</style>
border-color css
<style>
span { border-color: #B9A65F; }
span { border-color: rgb(185,166,95); }
td.TdClassName
{
border-color: #B9A65F;
}
.TagClassName
{
border-color: #B9A65F;
}
</style>