Shades of Gimblet #B7A764
Tints of Gimblet #B7A764
RGB
CMYK
RGB Variations
Color information
#B7A764 (or 0xB7A764) is known color: Gimblet. HEX triplet: B7, A7 and 64. RGB value is (183,167,100). Sum of RGB (Red+Green+Blue) = 183+167+100=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A764 is #48589B. Grayscale: #A4A4A4. Windows color (decimal): -4741276 or 6596535. OLE color: 6596535.
HSL color Cylindrical-coordinate representation of color #B7A764: hue angle of 48.43º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7A764 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 100 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.28 |
| HSL | 48.43º | 0.37% | 0.55% | - |
| HSV(B) | 48.43º | 0.45% | 0.72% | - |
| XYZ | 35.65 | 38.62 | 17.63 | - |
| YUV | 164.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 100 | 0 | 0.09 | 0.45 | 0.28 | 48.43 | 0.37 | 0.55 |
| Hex | B7 | A7 | 64 | 0 | 9 | 2D | 1C | 30 | 25 | 37 |
| Octal | 267 | 247 | 144 | 0 | 11 | 55 | 34 | 60 | 45 | 67 |
| Binary | 10110111 | 10100111 | 1100100 | 0 | 1001 | 101101 | 11100 | 110000 | 100101 | 110111 |
Color Harmonies of #B7A764
Complementary color
Monochromatic Colors of #B7A764
Black with #B7A764
Text Example
Text Example
White with #B7A764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A764; }
p { color: rgb(183,167,100); }
H1.HeaderClassName
{
color: #B7A764;
}
.AnyTagClassName
{
color: #B7A764;
}
</style>
background-color css
<style>
a { background-color: #B7A764; }
a { background-color: rgb(183,167,100); }
div.DivClassName
{
background-color: #B7A764;
}
.BgClassName
{
background-color: #B7A764;
}
</style>
border-color css
<style>
span { border-color: #B7A764; }
span { border-color: rgb(183,167,100); }
td.TdClassName
{
border-color: #B7A764;
}
.TagClassName
{
border-color: #B7A764;
}
</style>