Shades of Gimblet #B7A45A
Tints of Gimblet #B7A45A
RGB
CMYK
RGB Variations
Color information
#B7A45A (or 0xB7A45A) is known color: Gimblet. HEX triplet: B7, A4 and 5A. RGB value is (183,164,90). Sum of RGB (Red+Green+Blue) = 183+164+90=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A45A is #485BA5. Grayscale: #A1A1A1. Windows color (decimal): -4742054 or 5940407. OLE color: 5940407.
HSL color Cylindrical-coordinate representation of color #B7A45A: hue angle of 47.74º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7A45A is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 90 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.28 |
| HSL | 47.74º | 0.39% | 0.54% | - |
| HSV(B) | 47.74º | 0.51% | 0.72% | - |
| XYZ | 34.65 | 37.36 | 15.06 | - |
| YUV | 161.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 90 | 0 | 0.10 | 0.51 | 0.28 | 47.74 | 0.39 | 0.54 |
| Hex | B7 | A4 | 5A | 0 | A | 33 | 1C | 30 | 27 | 36 |
| Octal | 267 | 244 | 132 | 0 | 12 | 63 | 34 | 60 | 47 | 66 |
| Binary | 10110111 | 10100100 | 1011010 | 0 | 1010 | 110011 | 11100 | 110000 | 100111 | 110110 |
Color Harmonies of #B7A45A
Complementary color
Monochromatic Colors of #B7A45A
Black with #B7A45A
Text Example
Text Example
White with #B7A45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A45A; }
p { color: rgb(183,164,90); }
H1.HeaderClassName
{
color: #B7A45A;
}
.AnyTagClassName
{
color: #B7A45A;
}
</style>
background-color css
<style>
a { background-color: #B7A45A; }
a { background-color: rgb(183,164,90); }
div.DivClassName
{
background-color: #B7A45A;
}
.BgClassName
{
background-color: #B7A45A;
}
</style>
border-color css
<style>
span { border-color: #B7A45A; }
span { border-color: rgb(183,164,90); }
td.TdClassName
{
border-color: #B7A45A;
}
.TagClassName
{
border-color: #B7A45A;
}
</style>