Shades of Gimblet #B7A763
Tints of Gimblet #B7A763
RGB
CMYK
RGB Variations
Color information
#B7A763 (or 0xB7A763) is known color: Gimblet. HEX triplet: B7, A7 and 63. RGB value is (183,167,99). Sum of RGB (Red+Green+Blue) = 183+167+99=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A763 is #48589C. Grayscale: #A4A4A4. Windows color (decimal): -4741277 or 6530999. OLE color: 6530999.
HSL color Cylindrical-coordinate representation of color #B7A763: hue angle of 48.57º 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 #B7A763 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 99 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.28 |
| HSL | 48.57º | 0.37% | 0.55% | - |
| HSV(B) | 48.57º | 0.46% | 0.72% | - |
| XYZ | 35.6 | 38.61 | 17.38 | - |
| YUV | 164.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 99 | 0 | 0.09 | 0.46 | 0.28 | 48.57 | 0.37 | 0.55 |
| Hex | B7 | A7 | 63 | 0 | 9 | 2E | 1C | 31 | 25 | 37 |
| Octal | 267 | 247 | 143 | 0 | 11 | 56 | 34 | 61 | 45 | 67 |
| Binary | 10110111 | 10100111 | 1100011 | 0 | 1001 | 101110 | 11100 | 110001 | 100101 | 110111 |
Color Harmonies of #B7A763
Complementary color
Monochromatic Colors of #B7A763
Black with #B7A763
Text Example
Text Example
White with #B7A763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A763; }
p { color: rgb(183,167,99); }
H1.HeaderClassName
{
color: #B7A763;
}
.AnyTagClassName
{
color: #B7A763;
}
</style>
background-color css
<style>
a { background-color: #B7A763; }
a { background-color: rgb(183,167,99); }
div.DivClassName
{
background-color: #B7A763;
}
.BgClassName
{
background-color: #B7A763;
}
</style>
border-color css
<style>
span { border-color: #B7A763; }
span { border-color: rgb(183,167,99); }
td.TdClassName
{
border-color: #B7A763;
}
.TagClassName
{
border-color: #B7A763;
}
</style>