Shades of Gimblet #B7A963
Tints of Gimblet #B7A963
RGB
CMYK
RGB Variations
Color information
#B7A963 (or 0xB7A963) is known color: Gimblet. HEX triplet: B7, A9 and 63. RGB value is (183,169,99). Sum of RGB (Red+Green+Blue) = 183+169+99=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A963 is #48569C. Grayscale: #A5A5A5. Windows color (decimal): -4740765 or 6531511. OLE color: 6531511.
HSL color Cylindrical-coordinate representation of color #B7A963: hue angle of 50º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7A963 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 99 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.28 |
| HSL | 50º | 0.37% | 0.55% | - |
| HSV(B) | 50º | 0.46% | 0.72% | - |
| XYZ | 35.97 | 39.34 | 17.5 | - |
| YUV | 165.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 99 | 0 | 0.08 | 0.46 | 0.28 | 50 | 0.37 | 0.55 |
| Hex | B7 | A9 | 63 | 0 | 8 | 2E | 1C | 32 | 25 | 37 |
| Octal | 267 | 251 | 143 | 0 | 10 | 56 | 34 | 62 | 45 | 67 |
| Binary | 10110111 | 10101001 | 1100011 | 0 | 1000 | 101110 | 11100 | 110010 | 100101 | 110111 |
Color Harmonies of #B7A963
Complementary color
Monochromatic Colors of #B7A963
Black with #B7A963
Text Example
Text Example
White with #B7A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A963; }
p { color: rgb(183,169,99); }
H1.HeaderClassName
{
color: #B7A963;
}
.AnyTagClassName
{
color: #B7A963;
}
</style>
background-color css
<style>
a { background-color: #B7A963; }
a { background-color: rgb(183,169,99); }
div.DivClassName
{
background-color: #B7A963;
}
.BgClassName
{
background-color: #B7A963;
}
</style>
border-color css
<style>
span { border-color: #B7A963; }
span { border-color: rgb(183,169,99); }
td.TdClassName
{
border-color: #B7A963;
}
.TagClassName
{
border-color: #B7A963;
}
</style>