Shades of Gimblet #B9A868
Tints of Gimblet #B9A868
RGB
CMYK
RGB Variations
Color information
#B9A868 (or 0xB9A868) is known color: Gimblet. HEX triplet: B9, A8 and 68. RGB value is (185,168,104). Sum of RGB (Red+Green+Blue) = 185+168+104=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A868 is #465797. Grayscale: #A6A6A6. Windows color (decimal): -4609944 or 6858937. OLE color: 6858937.
HSL color Cylindrical-coordinate representation of color #B9A868: hue angle of 47.41º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9A868 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 104 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.27 |
| HSL | 47.41º | 0.37% | 0.57% | - |
| HSV(B) | 47.41º | 0.44% | 0.73% | - |
| XYZ | 36.51 | 39.32 | 18.76 | - |
| YUV | 165.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 104 | 0 | 0.09 | 0.44 | 0.27 | 47.41 | 0.37 | 0.57 |
| Hex | B9 | A8 | 68 | 0 | 9 | 2C | 1B | 2F | 25 | 39 |
| Octal | 271 | 250 | 150 | 0 | 11 | 54 | 33 | 57 | 45 | 71 |
| Binary | 10111001 | 10101000 | 1101000 | 0 | 1001 | 101100 | 11011 | 101111 | 100101 | 111001 |
Color Harmonies of #B9A868
Complementary color
Monochromatic Colors of #B9A868
Black with #B9A868
Text Example
Text Example
White with #B9A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A868; }
p { color: rgb(185,168,104); }
H1.HeaderClassName
{
color: #B9A868;
}
.AnyTagClassName
{
color: #B9A868;
}
</style>
background-color css
<style>
a { background-color: #B9A868; }
a { background-color: rgb(185,168,104); }
div.DivClassName
{
background-color: #B9A868;
}
.BgClassName
{
background-color: #B9A868;
}
</style>
border-color css
<style>
span { border-color: #B9A868; }
span { border-color: rgb(185,168,104); }
td.TdClassName
{
border-color: #B9A868;
}
.TagClassName
{
border-color: #B9A868;
}
</style>