Shades of Gimblet #B9AB6A
Tints of Gimblet #B9AB6A
RGB
CMYK
RGB Variations
Color information
#B9AB6A (or 0xB9AB6A) is known color: Gimblet. HEX triplet: B9, AB and 6A. RGB value is (185,171,106). Sum of RGB (Red+Green+Blue) = 185+171+106=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB6A is #465495. Grayscale: #A8A8A8. Windows color (decimal): -4609174 or 6990777. OLE color: 6990777.
HSL color Cylindrical-coordinate representation of color #B9AB6A: hue angle of 49.37º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9AB6A is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 106 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.27 |
| HSL | 49.37º | 0.36% | 0.57% | - |
| HSV(B) | 49.37º | 0.43% | 0.73% | - |
| XYZ | 37.17 | 40.48 | 19.49 | - |
| YUV | 167.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 106 | 0 | 0.08 | 0.43 | 0.27 | 49.37 | 0.36 | 0.57 |
| Hex | B9 | AB | 6A | 0 | 8 | 2B | 1B | 31 | 24 | 39 |
| Octal | 271 | 253 | 152 | 0 | 10 | 53 | 33 | 61 | 44 | 71 |
| Binary | 10111001 | 10101011 | 1101010 | 0 | 1000 | 101011 | 11011 | 110001 | 100100 | 111001 |
Color Harmonies of #B9AB6A
Complementary color
Monochromatic Colors of #B9AB6A
Black with #B9AB6A
Text Example
Text Example
White with #B9AB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB6A; }
p { color: rgb(185,171,106); }
H1.HeaderClassName
{
color: #B9AB6A;
}
.AnyTagClassName
{
color: #B9AB6A;
}
</style>
background-color css
<style>
a { background-color: #B9AB6A; }
a { background-color: rgb(185,171,106); }
div.DivClassName
{
background-color: #B9AB6A;
}
.BgClassName
{
background-color: #B9AB6A;
}
</style>
border-color css
<style>
span { border-color: #B9AB6A; }
span { border-color: rgb(185,171,106); }
td.TdClassName
{
border-color: #B9AB6A;
}
.TagClassName
{
border-color: #B9AB6A;
}
</style>