Shades of Gimblet #B9A658
Tints of Gimblet #B9A658
RGB
CMYK
RGB Variations
Color information
#B9A658 (or 0xB9A658) is known color: Gimblet. HEX triplet: B9, A6 and 58. RGB value is (185,166,88). Sum of RGB (Red+Green+Blue) = 185+166+88=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A658 is #4659A7. Grayscale: #A3A3A3. Windows color (decimal): -4610472 or 5809849. OLE color: 5809849.
HSL color Cylindrical-coordinate representation of color #B9A658: hue angle of 48.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9A658 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 88 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.27 |
| HSL | 48.25º | 0.41% | 0.54% | - |
| HSV(B) | 48.25º | 0.52% | 0.73% | - |
| XYZ | 35.41 | 38.29 | 14.76 | - |
| YUV | 162.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 88 | 0 | 0.10 | 0.52 | 0.27 | 48.25 | 0.41 | 0.54 |
| Hex | B9 | A6 | 58 | 0 | A | 34 | 1B | 30 | 29 | 36 |
| Octal | 271 | 246 | 130 | 0 | 12 | 64 | 33 | 60 | 51 | 66 |
| Binary | 10111001 | 10100110 | 1011000 | 0 | 1010 | 110100 | 11011 | 110000 | 101001 | 110110 |
Color Harmonies of #B9A658
Complementary color
Monochromatic Colors of #B9A658
Black with #B9A658
Text Example
Text Example
White with #B9A658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A658; }
p { color: rgb(185,166,88); }
H1.HeaderClassName
{
color: #B9A658;
}
.AnyTagClassName
{
color: #B9A658;
}
</style>
background-color css
<style>
a { background-color: #B9A658; }
a { background-color: rgb(185,166,88); }
div.DivClassName
{
background-color: #B9A658;
}
.BgClassName
{
background-color: #B9A658;
}
</style>
border-color css
<style>
span { border-color: #B9A658; }
span { border-color: rgb(185,166,88); }
td.TdClassName
{
border-color: #B9A658;
}
.TagClassName
{
border-color: #B9A658;
}
</style>