Shades of Gimblet #B7A061
Tints of Gimblet #B7A061
RGB
CMYK
RGB Variations
Color information
#B7A061 (or 0xB7A061) is known color: Gimblet. HEX triplet: B7, A0 and 61. RGB value is (183,160,97). Sum of RGB (Red+Green+Blue) = 183+160+97=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A061 is #485F9E. Grayscale: #9F9F9F. Windows color (decimal): -4743071 or 6398135. OLE color: 6398135.
HSL color Cylindrical-coordinate representation of color #B7A061: hue angle of 43.95º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7A061 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 97 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.28 |
| HSL | 43.95º | 0.37% | 0.55% | - |
| HSV(B) | 43.95º | 0.47% | 0.72% | - |
| XYZ | 34.26 | 36.07 | 16.47 | - |
| YUV | 159.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 97 | 0 | 0.13 | 0.47 | 0.28 | 43.95 | 0.37 | 0.55 |
| Hex | B7 | A0 | 61 | 0 | D | 2F | 1C | 2C | 25 | 37 |
| Octal | 267 | 240 | 141 | 0 | 15 | 57 | 34 | 54 | 45 | 67 |
| Binary | 10110111 | 10100000 | 1100001 | 0 | 1101 | 101111 | 11100 | 101100 | 100101 | 110111 |
Color Harmonies of #B7A061
Complementary color
Monochromatic Colors of #B7A061
Black with #B7A061
Text Example
Text Example
White with #B7A061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A061; }
p { color: rgb(183,160,97); }
H1.HeaderClassName
{
color: #B7A061;
}
.AnyTagClassName
{
color: #B7A061;
}
</style>
background-color css
<style>
a { background-color: #B7A061; }
a { background-color: rgb(183,160,97); }
div.DivClassName
{
background-color: #B7A061;
}
.BgClassName
{
background-color: #B7A061;
}
</style>
border-color css
<style>
span { border-color: #B7A061; }
span { border-color: rgb(183,160,97); }
td.TdClassName
{
border-color: #B7A061;
}
.TagClassName
{
border-color: #B7A061;
}
</style>