Shades of Gimblet #B9A970
Tints of Gimblet #B9A970
RGB
CMYK
RGB Variations
Color information
#B9A970 (or 0xB9A970) is known color: Gimblet. HEX triplet: B9, A9 and 70. RGB value is (185,169,112). Sum of RGB (Red+Green+Blue) = 185+169+112=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A970 is #46568F. Grayscale: #A7A7A7. Windows color (decimal): -4609680 or 7383481. OLE color: 7383481.
HSL color Cylindrical-coordinate representation of color #B9A970: hue angle of 46.85º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9A970 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 112 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.27 |
| HSL | 46.85º | 0.34% | 0.58% | - |
| HSV(B) | 46.85º | 0.39% | 0.73% | - |
| XYZ | 37.12 | 39.86 | 21.07 | - |
| YUV | 167.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 112 | 0 | 0.09 | 0.39 | 0.27 | 46.85 | 0.34 | 0.58 |
| Hex | B9 | A9 | 70 | 0 | 9 | 27 | 1B | 2F | 22 | 3A |
| Octal | 271 | 251 | 160 | 0 | 11 | 47 | 33 | 57 | 42 | 72 |
| Binary | 10111001 | 10101001 | 1110000 | 0 | 1001 | 100111 | 11011 | 101111 | 100010 | 111010 |
Color Harmonies of #B9A970
Complementary color
Monochromatic Colors of #B9A970
Black with #B9A970
Text Example
Text Example
White with #B9A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A970; }
p { color: rgb(185,169,112); }
H1.HeaderClassName
{
color: #B9A970;
}
.AnyTagClassName
{
color: #B9A970;
}
</style>
background-color css
<style>
a { background-color: #B9A970; }
a { background-color: rgb(185,169,112); }
div.DivClassName
{
background-color: #B9A970;
}
.BgClassName
{
background-color: #B9A970;
}
</style>
border-color css
<style>
span { border-color: #B9A970; }
span { border-color: rgb(185,169,112); }
td.TdClassName
{
border-color: #B9A970;
}
.TagClassName
{
border-color: #B9A970;
}
</style>