Shades of Gimblet #B7A159
Tints of Gimblet #B7A159
RGB
CMYK
RGB Variations
Color information
#B7A159 (or 0xB7A159) is known color: Gimblet. HEX triplet: B7, A1 and 59. RGB value is (183,161,89). Sum of RGB (Red+Green+Blue) = 183+161+89=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A159 is #485EA6. Grayscale: #9F9F9F. Windows color (decimal): -4742823 or 5874103. OLE color: 5874103.
HSL color Cylindrical-coordinate representation of color #B7A159: hue angle of 45.96º 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 #B7A159 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 89 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.28 |
| HSL | 45.96º | 0.39% | 0.53% | - |
| HSV(B) | 45.96º | 0.51% | 0.72% | - |
| XYZ | 34.08 | 36.28 | 14.66 | - |
| YUV | 159.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 89 | 0 | 0.12 | 0.51 | 0.28 | 45.96 | 0.39 | 0.53 |
| Hex | B7 | A1 | 59 | 0 | C | 33 | 1C | 2E | 27 | 35 |
| Octal | 267 | 241 | 131 | 0 | 14 | 63 | 34 | 56 | 47 | 65 |
| Binary | 10110111 | 10100001 | 1011001 | 0 | 1100 | 110011 | 11100 | 101110 | 100111 | 110101 |
Color Harmonies of #B7A159
Complementary color
Monochromatic Colors of #B7A159
Black with #B7A159
Text Example
Text Example
White with #B7A159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A159; }
p { color: rgb(183,161,89); }
H1.HeaderClassName
{
color: #B7A159;
}
.AnyTagClassName
{
color: #B7A159;
}
</style>
background-color css
<style>
a { background-color: #B7A159; }
a { background-color: rgb(183,161,89); }
div.DivClassName
{
background-color: #B7A159;
}
.BgClassName
{
background-color: #B7A159;
}
</style>
border-color css
<style>
span { border-color: #B7A159; }
span { border-color: rgb(183,161,89); }
td.TdClassName
{
border-color: #B7A159;
}
.TagClassName
{
border-color: #B7A159;
}
</style>