Shades of Gimblet #B9A857
Tints of Gimblet #B9A857
RGB
CMYK
RGB Variations
Color information
#B9A857 (or 0xB9A857) is known color: Gimblet. HEX triplet: B9, A8 and 57. RGB value is (185,168,87). Sum of RGB (Red+Green+Blue) = 185+168+87=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A857 is #4657A8. Grayscale: #A4A4A4. Windows color (decimal): -4609961 or 5744825. OLE color: 5744825.
HSL color Cylindrical-coordinate representation of color #B9A857: hue angle of 49.59º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9A857 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 87 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.27 |
| HSL | 49.59º | 0.41% | 0.53% | - |
| HSV(B) | 49.59º | 0.53% | 0.73% | - |
| XYZ | 35.73 | 39.01 | 14.66 | - |
| YUV | 163.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 87 | 0 | 0.09 | 0.53 | 0.27 | 49.59 | 0.41 | 0.53 |
| Hex | B9 | A8 | 57 | 0 | 9 | 35 | 1B | 32 | 29 | 35 |
| Octal | 271 | 250 | 127 | 0 | 11 | 65 | 33 | 62 | 51 | 65 |
| Binary | 10111001 | 10101000 | 1010111 | 0 | 1001 | 110101 | 11011 | 110010 | 101001 | 110101 |
Color Harmonies of #B9A857
Complementary color
Monochromatic Colors of #B9A857
Black with #B9A857
Text Example
Text Example
White with #B9A857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A857; }
p { color: rgb(185,168,87); }
H1.HeaderClassName
{
color: #B9A857;
}
.AnyTagClassName
{
color: #B9A857;
}
</style>
background-color css
<style>
a { background-color: #B9A857; }
a { background-color: rgb(185,168,87); }
div.DivClassName
{
background-color: #B9A857;
}
.BgClassName
{
background-color: #B9A857;
}
</style>
border-color css
<style>
span { border-color: #B9A857; }
span { border-color: rgb(185,168,87); }
td.TdClassName
{
border-color: #B9A857;
}
.TagClassName
{
border-color: #B9A857;
}
</style>