Shades of Gimblet #B8A763
Tints of Gimblet #B8A763
RGB
CMYK
RGB Variations
Color information
#B8A763 (or 0xB8A763) is known color: Gimblet. HEX triplet: B8, A7 and 63. RGB value is (184,167,99). Sum of RGB (Red+Green+Blue) = 184+167+99=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A763 is #47589C. Grayscale: #A4A4A4. Windows color (decimal): -4675741 or 6531000. OLE color: 6531000.
HSL color Cylindrical-coordinate representation of color #B8A763: hue angle of 48º 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 #B8A763 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 167 | 99 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.28 |
| HSL | 48º | 0.37% | 0.55% | - |
| HSV(B) | 48º | 0.46% | 0.72% | - |
| XYZ | 35.84 | 38.73 | 17.39 | - |
| YUV | 164.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 99 | 0 | 0.09 | 0.46 | 0.28 | 48 | 0.37 | 0.55 |
| Hex | B8 | A7 | 63 | 0 | 9 | 2E | 1C | 30 | 25 | 37 |
| Octal | 270 | 247 | 143 | 0 | 11 | 56 | 34 | 60 | 45 | 67 |
| Binary | 10111000 | 10100111 | 1100011 | 0 | 1001 | 101110 | 11100 | 110000 | 100101 | 110111 |
Color Harmonies of #B8A763
Complementary color
Monochromatic Colors of #B8A763
Black with #B8A763
Text Example
Text Example
White with #B8A763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A763; }
p { color: rgb(184,167,99); }
H1.HeaderClassName
{
color: #B8A763;
}
.AnyTagClassName
{
color: #B8A763;
}
</style>
background-color css
<style>
a { background-color: #B8A763; }
a { background-color: rgb(184,167,99); }
div.DivClassName
{
background-color: #B8A763;
}
.BgClassName
{
background-color: #B8A763;
}
</style>
border-color css
<style>
span { border-color: #B8A763; }
span { border-color: rgb(184,167,99); }
td.TdClassName
{
border-color: #B8A763;
}
.TagClassName
{
border-color: #B8A763;
}
</style>