Shades of Gimblet #B7A962
Tints of Gimblet #B7A962
RGB
CMYK
RGB Variations
Color information
#B7A962 (or 0xB7A962) is known color: Gimblet. HEX triplet: B7, A9 and 62. RGB value is (183,169,98). Sum of RGB (Red+Green+Blue) = 183+169+98=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A962 is #48569D. Grayscale: #A5A5A5. Windows color (decimal): -4740766 or 6465975. OLE color: 6465975.
HSL color Cylindrical-coordinate representation of color #B7A962: hue angle of 50.12º 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 #B7A962 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 98 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.28 |
| HSL | 50.12º | 0.37% | 0.55% | - |
| HSV(B) | 50.12º | 0.46% | 0.72% | - |
| XYZ | 35.92 | 39.33 | 17.25 | - |
| YUV | 165.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 98 | 0 | 0.08 | 0.46 | 0.28 | 50.12 | 0.37 | 0.55 |
| Hex | B7 | A9 | 62 | 0 | 8 | 2E | 1C | 32 | 25 | 37 |
| Octal | 267 | 251 | 142 | 0 | 10 | 56 | 34 | 62 | 45 | 67 |
| Binary | 10110111 | 10101001 | 1100010 | 0 | 1000 | 101110 | 11100 | 110010 | 100101 | 110111 |
Color Harmonies of #B7A962
Complementary color
Monochromatic Colors of #B7A962
Black with #B7A962
Text Example
Text Example
White with #B7A962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A962; }
p { color: rgb(183,169,98); }
H1.HeaderClassName
{
color: #B7A962;
}
.AnyTagClassName
{
color: #B7A962;
}
</style>
background-color css
<style>
a { background-color: #B7A962; }
a { background-color: rgb(183,169,98); }
div.DivClassName
{
background-color: #B7A962;
}
.BgClassName
{
background-color: #B7A962;
}
</style>
border-color css
<style>
span { border-color: #B7A962; }
span { border-color: rgb(183,169,98); }
td.TdClassName
{
border-color: #B7A962;
}
.TagClassName
{
border-color: #B7A962;
}
</style>