Shades of Gimblet #B9AC6C
Tints of Gimblet #B9AC6C
RGB
CMYK
RGB Variations
Color information
#B9AC6C (or 0xB9AC6C) is known color: Gimblet. HEX triplet: B9, AC and 6C. RGB value is (185,172,108). Sum of RGB (Red+Green+Blue) = 185+172+108=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC6C is #465393. Grayscale: #A8A8A8. Windows color (decimal): -4608916 or 7122105. OLE color: 7122105.
HSL color Cylindrical-coordinate representation of color #B9AC6C: hue angle of 49.87º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9AC6C is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 108 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.27 |
| HSL | 49.87º | 0.35% | 0.57% | - |
| HSV(B) | 49.87º | 0.42% | 0.73% | - |
| XYZ | 37.47 | 40.9 | 20.11 | - |
| YUV | 168.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 108 | 0 | 0.07 | 0.42 | 0.27 | 49.87 | 0.35 | 0.57 |
| Hex | B9 | AC | 6C | 0 | 7 | 2A | 1B | 32 | 23 | 39 |
| Octal | 271 | 254 | 154 | 0 | 7 | 52 | 33 | 62 | 43 | 71 |
| Binary | 10111001 | 10101100 | 1101100 | 0 | 111 | 101010 | 11011 | 110010 | 100011 | 111001 |
Color Harmonies of #B9AC6C
Complementary color
Monochromatic Colors of #B9AC6C
Black with #B9AC6C
Text Example
Text Example
White with #B9AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AC6C; }
p { color: rgb(185,172,108); }
H1.HeaderClassName
{
color: #B9AC6C;
}
.AnyTagClassName
{
color: #B9AC6C;
}
</style>
background-color css
<style>
a { background-color: #B9AC6C; }
a { background-color: rgb(185,172,108); }
div.DivClassName
{
background-color: #B9AC6C;
}
.BgClassName
{
background-color: #B9AC6C;
}
</style>
border-color css
<style>
span { border-color: #B9AC6C; }
span { border-color: rgb(185,172,108); }
td.TdClassName
{
border-color: #B9AC6C;
}
.TagClassName
{
border-color: #B9AC6C;
}
</style>