Shades of Gimblet #B9A967
Tints of Gimblet #B9A967
RGB
CMYK
RGB Variations
Color information
#B9A967 (or 0xB9A967) is known color: Gimblet. HEX triplet: B9, A9 and 67. RGB value is (185,169,103). Sum of RGB (Red+Green+Blue) = 185+169+103=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A967 is #465698. Grayscale: #A6A6A6. Windows color (decimal): -4609689 or 6793657. OLE color: 6793657.
HSL color Cylindrical-coordinate representation of color #B9A967: hue angle of 48.29º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9A967 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 103 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.27 |
| HSL | 48.29º | 0.37% | 0.56% | - |
| HSV(B) | 48.29º | 0.44% | 0.73% | - |
| XYZ | 36.64 | 39.67 | 18.56 | - |
| YUV | 166.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 103 | 0 | 0.09 | 0.44 | 0.27 | 48.29 | 0.37 | 0.56 |
| Hex | B9 | A9 | 67 | 0 | 9 | 2C | 1B | 30 | 25 | 38 |
| Octal | 271 | 251 | 147 | 0 | 11 | 54 | 33 | 60 | 45 | 70 |
| Binary | 10111001 | 10101001 | 1100111 | 0 | 1001 | 101100 | 11011 | 110000 | 100101 | 111000 |
Color Harmonies of #B9A967
Complementary color
Monochromatic Colors of #B9A967
Black with #B9A967
Text Example
Text Example
White with #B9A967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A967; }
p { color: rgb(185,169,103); }
H1.HeaderClassName
{
color: #B9A967;
}
.AnyTagClassName
{
color: #B9A967;
}
</style>
background-color css
<style>
a { background-color: #B9A967; }
a { background-color: rgb(185,169,103); }
div.DivClassName
{
background-color: #B9A967;
}
.BgClassName
{
background-color: #B9A967;
}
</style>
border-color css
<style>
span { border-color: #B9A967; }
span { border-color: rgb(185,169,103); }
td.TdClassName
{
border-color: #B9A967;
}
.TagClassName
{
border-color: #B9A967;
}
</style>