Shades of Gimblet #B4A863
Tints of Gimblet #B4A863
RGB
CMYK
RGB Variations
Color information
#B4A863 (or 0xB4A863) is known color: Gimblet. HEX triplet: B4, A8 and 63. RGB value is (180,168,99). Sum of RGB (Red+Green+Blue) = 180+168+99=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A863 is #4B579C. Grayscale: #A4A4A4. Windows color (decimal): -4937629 or 6531252. OLE color: 6531252.
HSL color Cylindrical-coordinate representation of color #B4A863: hue angle of 51.11º 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 #B4A863 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 99 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.29 |
| HSL | 51.11º | 0.35% | 0.55% | - |
| HSV(B) | 51.11º | 0.45% | 0.71% | - |
| XYZ | 35.08 | 38.61 | 17.41 | - |
| YUV | 163.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 99 | 0 | 0.07 | 0.45 | 0.29 | 51.11 | 0.35 | 0.55 |
| Hex | B4 | A8 | 63 | 0 | 7 | 2D | 1D | 33 | 23 | 37 |
| Octal | 264 | 250 | 143 | 0 | 7 | 55 | 35 | 63 | 43 | 67 |
| Binary | 10110100 | 10101000 | 1100011 | 0 | 111 | 101101 | 11101 | 110011 | 100011 | 110111 |
Color Harmonies of #B4A863
Complementary color
Monochromatic Colors of #B4A863
Black with #B4A863
Text Example
Text Example
White with #B4A863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A863; }
p { color: rgb(180,168,99); }
H1.HeaderClassName
{
color: #B4A863;
}
.AnyTagClassName
{
color: #B4A863;
}
</style>
background-color css
<style>
a { background-color: #B4A863; }
a { background-color: rgb(180,168,99); }
div.DivClassName
{
background-color: #B4A863;
}
.BgClassName
{
background-color: #B4A863;
}
</style>
border-color css
<style>
span { border-color: #B4A863; }
span { border-color: rgb(180,168,99); }
td.TdClassName
{
border-color: #B4A863;
}
.TagClassName
{
border-color: #B4A863;
}
</style>