Shades of Gimblet #B7A75D
Tints of Gimblet #B7A75D
RGB
CMYK
RGB Variations
Color information
#B7A75D (or 0xB7A75D) is known color: Gimblet. HEX triplet: B7, A7 and 5D. RGB value is (183,167,93). Sum of RGB (Red+Green+Blue) = 183+167+93=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A75D is #4858A2. Grayscale: #A3A3A3. Windows color (decimal): -4741283 or 6137783. OLE color: 6137783.
HSL color Cylindrical-coordinate representation of color #B7A75D: hue angle of 49.33º 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 #B7A75D is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 93 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.28 |
| HSL | 49.33º | 0.38% | 0.54% | - |
| HSV(B) | 49.33º | 0.49% | 0.72% | - |
| XYZ | 35.32 | 38.5 | 15.92 | - |
| YUV | 163.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 93 | 0 | 0.09 | 0.49 | 0.28 | 49.33 | 0.38 | 0.54 |
| Hex | B7 | A7 | 5D | 0 | 9 | 31 | 1C | 31 | 26 | 36 |
| Octal | 267 | 247 | 135 | 0 | 11 | 61 | 34 | 61 | 46 | 66 |
| Binary | 10110111 | 10100111 | 1011101 | 0 | 1001 | 110001 | 11100 | 110001 | 100110 | 110110 |
Color Harmonies of #B7A75D
Complementary color
Monochromatic Colors of #B7A75D
Black with #B7A75D
Text Example
Text Example
White with #B7A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A75D; }
p { color: rgb(183,167,93); }
H1.HeaderClassName
{
color: #B7A75D;
}
.AnyTagClassName
{
color: #B7A75D;
}
</style>
background-color css
<style>
a { background-color: #B7A75D; }
a { background-color: rgb(183,167,93); }
div.DivClassName
{
background-color: #B7A75D;
}
.BgClassName
{
background-color: #B7A75D;
}
</style>
border-color css
<style>
span { border-color: #B7A75D; }
span { border-color: rgb(183,167,93); }
td.TdClassName
{
border-color: #B7A75D;
}
.TagClassName
{
border-color: #B7A75D;
}
</style>