Shades of Gimblet #B4A862
Tints of Gimblet #B4A862
RGB
CMYK
RGB Variations
Color information
#B4A862 (or 0xB4A862) is known color: Gimblet. HEX triplet: B4, A8 and 62. RGB value is (180,168,98). Sum of RGB (Red+Green+Blue) = 180+168+98=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A862 is #4B579D. Grayscale: #A3A3A3. Windows color (decimal): -4937630 or 6465716. OLE color: 6465716.
HSL color Cylindrical-coordinate representation of color #B4A862: hue angle of 51.22º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4A862 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 98 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.29 |
| HSL | 51.22º | 0.35% | 0.55% | - |
| HSV(B) | 51.22º | 0.46% | 0.71% | - |
| XYZ | 35.03 | 38.59 | 17.16 | - |
| YUV | 163.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 98 | 0 | 0.07 | 0.46 | 0.29 | 51.22 | 0.35 | 0.55 |
| Hex | B4 | A8 | 62 | 0 | 7 | 2E | 1D | 33 | 23 | 37 |
| Octal | 264 | 250 | 142 | 0 | 7 | 56 | 35 | 63 | 43 | 67 |
| Binary | 10110100 | 10101000 | 1100010 | 0 | 111 | 101110 | 11101 | 110011 | 100011 | 110111 |
Color Harmonies of #B4A862
Complementary color
Monochromatic Colors of #B4A862
Black with #B4A862
Text Example
Text Example
White with #B4A862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A862; }
p { color: rgb(180,168,98); }
H1.HeaderClassName
{
color: #B4A862;
}
.AnyTagClassName
{
color: #B4A862;
}
</style>
background-color css
<style>
a { background-color: #B4A862; }
a { background-color: rgb(180,168,98); }
div.DivClassName
{
background-color: #B4A862;
}
.BgClassName
{
background-color: #B4A862;
}
</style>
border-color css
<style>
span { border-color: #B4A862; }
span { border-color: rgb(180,168,98); }
td.TdClassName
{
border-color: #B4A862;
}
.TagClassName
{
border-color: #B4A862;
}
</style>