Shades of Gimblet #B7A959
Tints of Gimblet #B7A959
RGB
CMYK
RGB Variations
Color information
#B7A959 (or 0xB7A959) is known color: Gimblet. HEX triplet: B7, A9 and 59. RGB value is (183,169,89). Sum of RGB (Red+Green+Blue) = 183+169+89=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A959 is #4856A6. Grayscale: #A4A4A4. Windows color (decimal): -4740775 or 5876151. OLE color: 5876151.
HSL color Cylindrical-coordinate representation of color #B7A959: hue angle of 51.06º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7A959 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 89 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.28 |
| HSL | 51.06º | 0.39% | 0.53% | - |
| HSV(B) | 51.06º | 0.51% | 0.72% | - |
| XYZ | 35.52 | 39.16 | 15.14 | - |
| YUV | 164.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 89 | 0 | 0.08 | 0.51 | 0.28 | 51.06 | 0.39 | 0.53 |
| Hex | B7 | A9 | 59 | 0 | 8 | 33 | 1C | 33 | 27 | 35 |
| Octal | 267 | 251 | 131 | 0 | 10 | 63 | 34 | 63 | 47 | 65 |
| Binary | 10110111 | 10101001 | 1011001 | 0 | 1000 | 110011 | 11100 | 110011 | 100111 | 110101 |
Color Harmonies of #B7A959
Complementary color
Monochromatic Colors of #B7A959
Black with #B7A959
Text Example
Text Example
White with #B7A959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A959; }
p { color: rgb(183,169,89); }
H1.HeaderClassName
{
color: #B7A959;
}
.AnyTagClassName
{
color: #B7A959;
}
</style>
background-color css
<style>
a { background-color: #B7A959; }
a { background-color: rgb(183,169,89); }
div.DivClassName
{
background-color: #B7A959;
}
.BgClassName
{
background-color: #B7A959;
}
</style>
border-color css
<style>
span { border-color: #B7A959; }
span { border-color: rgb(183,169,89); }
td.TdClassName
{
border-color: #B7A959;
}
.TagClassName
{
border-color: #B7A959;
}
</style>