Shades of Gimblet #B4A763
Tints of Gimblet #B4A763
RGB
CMYK
RGB Variations
Color information
#B4A763 (or 0xB4A763) is known color: Gimblet. HEX triplet: B4, A7 and 63. RGB value is (180,167,99). Sum of RGB (Red+Green+Blue) = 180+167+99=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A763 is #4B589C. Grayscale: #A3A3A3. Windows color (decimal): -4937885 or 6530996. OLE color: 6530996.
HSL color Cylindrical-coordinate representation of color #B4A763: hue angle of 50.37º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4A763 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 167 | 99 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.29 |
| HSL | 50.37º | 0.35% | 0.55% | - |
| HSV(B) | 50.37º | 0.45% | 0.71% | - |
| XYZ | 34.89 | 38.24 | 17.35 | - |
| YUV | 163.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 167 | 99 | 0 | 0.07 | 0.45 | 0.29 | 50.37 | 0.35 | 0.55 |
| Hex | B4 | A7 | 63 | 0 | 7 | 2D | 1D | 32 | 23 | 37 |
| Octal | 264 | 247 | 143 | 0 | 7 | 55 | 35 | 62 | 43 | 67 |
| Binary | 10110100 | 10100111 | 1100011 | 0 | 111 | 101101 | 11101 | 110010 | 100011 | 110111 |
Color Harmonies of #B4A763
Complementary color
Monochromatic Colors of #B4A763
Black with #B4A763
Text Example
Text Example
White with #B4A763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A763; }
p { color: rgb(180,167,99); }
H1.HeaderClassName
{
color: #B4A763;
}
.AnyTagClassName
{
color: #B4A763;
}
</style>
background-color css
<style>
a { background-color: #B4A763; }
a { background-color: rgb(180,167,99); }
div.DivClassName
{
background-color: #B4A763;
}
.BgClassName
{
background-color: #B4A763;
}
</style>
border-color css
<style>
span { border-color: #B4A763; }
span { border-color: rgb(180,167,99); }
td.TdClassName
{
border-color: #B4A763;
}
.TagClassName
{
border-color: #B4A763;
}
</style>