Shades of Gimblet #B7A762
Tints of Gimblet #B7A762
RGB
CMYK
RGB Variations
Color information
#B7A762 (or 0xB7A762) is known color: Gimblet. HEX triplet: B7, A7 and 62. RGB value is (183,167,98). Sum of RGB (Red+Green+Blue) = 183+167+98=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A762 is #48589D. Grayscale: #A4A4A4. Windows color (decimal): -4741278 or 6465463. OLE color: 6465463.
HSL color Cylindrical-coordinate representation of color #B7A762: hue angle of 48.71º 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 #B7A762 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 98 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.28 |
| HSL | 48.71º | 0.37% | 0.55% | - |
| HSV(B) | 48.71º | 0.46% | 0.72% | - |
| XYZ | 35.55 | 38.59 | 17.13 | - |
| YUV | 163.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 98 | 0 | 0.09 | 0.46 | 0.28 | 48.71 | 0.37 | 0.55 |
| Hex | B7 | A7 | 62 | 0 | 9 | 2E | 1C | 31 | 25 | 37 |
| Octal | 267 | 247 | 142 | 0 | 11 | 56 | 34 | 61 | 45 | 67 |
| Binary | 10110111 | 10100111 | 1100010 | 0 | 1001 | 101110 | 11100 | 110001 | 100101 | 110111 |
Color Harmonies of #B7A762
Complementary color
Monochromatic Colors of #B7A762
Black with #B7A762
Text Example
Text Example
White with #B7A762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A762; }
p { color: rgb(183,167,98); }
H1.HeaderClassName
{
color: #B7A762;
}
.AnyTagClassName
{
color: #B7A762;
}
</style>
background-color css
<style>
a { background-color: #B7A762; }
a { background-color: rgb(183,167,98); }
div.DivClassName
{
background-color: #B7A762;
}
.BgClassName
{
background-color: #B7A762;
}
</style>
border-color css
<style>
span { border-color: #B7A762; }
span { border-color: rgb(183,167,98); }
td.TdClassName
{
border-color: #B7A762;
}
.TagClassName
{
border-color: #B7A762;
}
</style>