Shades of Gimblet #B9A95C
Tints of Gimblet #B9A95C
RGB
CMYK
RGB Variations
Color information
#B9A95C (or 0xB9A95C) is known color: Gimblet. HEX triplet: B9, A9 and 5C. RGB value is (185,169,92). Sum of RGB (Red+Green+Blue) = 185+169+92=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A95C is #4656A3. Grayscale: #A5A5A5. Windows color (decimal): -4609700 or 6072761. OLE color: 6072761.
HSL color Cylindrical-coordinate representation of color #B9A95C: hue angle of 49.68º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9A95C is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 92 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.27 |
| HSL | 49.68º | 0.4% | 0.54% | - |
| HSV(B) | 49.68º | 0.5% | 0.73% | - |
| XYZ | 36.13 | 39.46 | 15.84 | - |
| YUV | 165.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 92 | 0 | 0.09 | 0.50 | 0.27 | 49.68 | 0.4 | 0.54 |
| Hex | B9 | A9 | 5C | 0 | 9 | 32 | 1B | 32 | 28 | 36 |
| Octal | 271 | 251 | 134 | 0 | 11 | 62 | 33 | 62 | 50 | 66 |
| Binary | 10111001 | 10101001 | 1011100 | 0 | 1001 | 110010 | 11011 | 110010 | 101000 | 110110 |
Color Harmonies of #B9A95C
Complementary color
Monochromatic Colors of #B9A95C
Black with #B9A95C
Text Example
Text Example
White with #B9A95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A95C; }
p { color: rgb(185,169,92); }
H1.HeaderClassName
{
color: #B9A95C;
}
.AnyTagClassName
{
color: #B9A95C;
}
</style>
background-color css
<style>
a { background-color: #B9A95C; }
a { background-color: rgb(185,169,92); }
div.DivClassName
{
background-color: #B9A95C;
}
.BgClassName
{
background-color: #B9A95C;
}
</style>
border-color css
<style>
span { border-color: #B9A95C; }
span { border-color: rgb(185,169,92); }
td.TdClassName
{
border-color: #B9A95C;
}
.TagClassName
{
border-color: #B9A95C;
}
</style>