Shades of Gimblet #B9AF5E
Tints of Gimblet #B9AF5E
RGB
CMYK
RGB Variations
Color information
#B9AF5E (or 0xB9AF5E) is known color: Gimblet. HEX triplet: B9, AF and 5E. RGB value is (185,175,94). Sum of RGB (Red+Green+Blue) = 185+175+94=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF5E is #4650A1. Grayscale: #A9A9A9. Windows color (decimal): -4608162 or 6205369. OLE color: 6205369.
HSL color Cylindrical-coordinate representation of color #B9AF5E: hue angle of 53.41º 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 #B9AF5E is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 94 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.27 |
| HSL | 53.41º | 0.39% | 0.55% | - |
| HSV(B) | 53.41º | 0.49% | 0.73% | - |
| XYZ | 37.36 | 41.78 | 16.69 | - |
| YUV | 168.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 94 | 0 | 0.05 | 0.49 | 0.27 | 53.41 | 0.39 | 0.55 |
| Hex | B9 | AF | 5E | 0 | 5 | 31 | 1B | 35 | 27 | 37 |
| Octal | 271 | 257 | 136 | 0 | 5 | 61 | 33 | 65 | 47 | 67 |
| Binary | 10111001 | 10101111 | 1011110 | 0 | 101 | 110001 | 11011 | 110101 | 100111 | 110111 |
Color Harmonies of #B9AF5E
Complementary color
Monochromatic Colors of #B9AF5E
Black with #B9AF5E
Text Example
Text Example
White with #B9AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF5E; }
p { color: rgb(185,175,94); }
H1.HeaderClassName
{
color: #B9AF5E;
}
.AnyTagClassName
{
color: #B9AF5E;
}
</style>
background-color css
<style>
a { background-color: #B9AF5E; }
a { background-color: rgb(185,175,94); }
div.DivClassName
{
background-color: #B9AF5E;
}
.BgClassName
{
background-color: #B9AF5E;
}
</style>
border-color css
<style>
span { border-color: #B9AF5E; }
span { border-color: rgb(185,175,94); }
td.TdClassName
{
border-color: #B9AF5E;
}
.TagClassName
{
border-color: #B9AF5E;
}
</style>