Shades of Gimblet #B7A45B
Tints of Gimblet #B7A45B
RGB
CMYK
RGB Variations
Color information
#B7A45B (or 0xB7A45B) is known color: Gimblet. HEX triplet: B7, A4 and 5B. RGB value is (183,164,91). Sum of RGB (Red+Green+Blue) = 183+164+91=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A45B is #485BA4. Grayscale: #A1A1A1. Windows color (decimal): -4742053 or 6005943. OLE color: 6005943.
HSL color Cylindrical-coordinate representation of color #B7A45B: hue angle of 47.61º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7A45B is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 91 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.28 |
| HSL | 47.61º | 0.39% | 0.54% | - |
| HSV(B) | 47.61º | 0.5% | 0.72% | - |
| XYZ | 34.69 | 37.37 | 15.28 | - |
| YUV | 161.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 91 | 0 | 0.10 | 0.50 | 0.28 | 47.61 | 0.39 | 0.54 |
| Hex | B7 | A4 | 5B | 0 | A | 32 | 1C | 30 | 27 | 36 |
| Octal | 267 | 244 | 133 | 0 | 12 | 62 | 34 | 60 | 47 | 66 |
| Binary | 10110111 | 10100100 | 1011011 | 0 | 1010 | 110010 | 11100 | 110000 | 100111 | 110110 |
Color Harmonies of #B7A45B
Complementary color
Monochromatic Colors of #B7A45B
Black with #B7A45B
Text Example
Text Example
White with #B7A45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A45B; }
p { color: rgb(183,164,91); }
H1.HeaderClassName
{
color: #B7A45B;
}
.AnyTagClassName
{
color: #B7A45B;
}
</style>
background-color css
<style>
a { background-color: #B7A45B; }
a { background-color: rgb(183,164,91); }
div.DivClassName
{
background-color: #B7A45B;
}
.BgClassName
{
background-color: #B7A45B;
}
</style>
border-color css
<style>
span { border-color: #B7A45B; }
span { border-color: rgb(183,164,91); }
td.TdClassName
{
border-color: #B7A45B;
}
.TagClassName
{
border-color: #B7A45B;
}
</style>