Shades of Gimblet #B7A05E
Tints of Gimblet #B7A05E
RGB
CMYK
RGB Variations
Color information
#B7A05E (or 0xB7A05E) is known color: Gimblet. HEX triplet: B7, A0 and 5E. RGB value is (183,160,94). Sum of RGB (Red+Green+Blue) = 183+160+94=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A05E is #485FA1. Grayscale: #9F9F9F. Windows color (decimal): -4743074 or 6201527. OLE color: 6201527.
HSL color Cylindrical-coordinate representation of color #B7A05E: hue angle of 44.49º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7A05E is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 94 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.28 |
| HSL | 44.49º | 0.38% | 0.54% | - |
| HSV(B) | 44.49º | 0.49% | 0.72% | - |
| XYZ | 34.12 | 36.02 | 15.74 | - |
| YUV | 159.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 94 | 0 | 0.13 | 0.49 | 0.28 | 44.49 | 0.38 | 0.54 |
| Hex | B7 | A0 | 5E | 0 | D | 31 | 1C | 2C | 26 | 36 |
| Octal | 267 | 240 | 136 | 0 | 15 | 61 | 34 | 54 | 46 | 66 |
| Binary | 10110111 | 10100000 | 1011110 | 0 | 1101 | 110001 | 11100 | 101100 | 100110 | 110110 |
Color Harmonies of #B7A05E
Complementary color
Monochromatic Colors of #B7A05E
Black with #B7A05E
Text Example
Text Example
White with #B7A05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A05E; }
p { color: rgb(183,160,94); }
H1.HeaderClassName
{
color: #B7A05E;
}
.AnyTagClassName
{
color: #B7A05E;
}
</style>
background-color css
<style>
a { background-color: #B7A05E; }
a { background-color: rgb(183,160,94); }
div.DivClassName
{
background-color: #B7A05E;
}
.BgClassName
{
background-color: #B7A05E;
}
</style>
border-color css
<style>
span { border-color: #B7A05E; }
span { border-color: rgb(183,160,94); }
td.TdClassName
{
border-color: #B7A05E;
}
.TagClassName
{
border-color: #B7A05E;
}
</style>