Shades of Gimblet #B4AB61
Tints of Gimblet #B4AB61
RGB
CMYK
RGB Variations
Color information
#B4AB61 (or 0xB4AB61) is known color: Gimblet. HEX triplet: B4, AB and 61. RGB value is (180,171,97). Sum of RGB (Red+Green+Blue) = 180+171+97=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB61 is #4B549E. Grayscale: #A5A5A5. Windows color (decimal): -4936863 or 6400948. OLE color: 6400948.
HSL color Cylindrical-coordinate representation of color #B4AB61: hue angle of 53.49º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4AB61 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 171 | 97 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.29 |
| HSL | 53.49º | 0.36% | 0.54% | - |
| HSV(B) | 53.49º | 0.46% | 0.71% | - |
| XYZ | 35.54 | 39.69 | 17.1 | - |
| YUV | 165.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 97 | 0 | 0.05 | 0.46 | 0.29 | 53.49 | 0.36 | 0.54 |
| Hex | B4 | AB | 61 | 0 | 5 | 2E | 1D | 35 | 24 | 36 |
| Octal | 264 | 253 | 141 | 0 | 5 | 56 | 35 | 65 | 44 | 66 |
| Binary | 10110100 | 10101011 | 1100001 | 0 | 101 | 101110 | 11101 | 110101 | 100100 | 110110 |
Color Harmonies of #B4AB61
Complementary color
Monochromatic Colors of #B4AB61
Black with #B4AB61
Text Example
Text Example
White with #B4AB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AB61; }
p { color: rgb(180,171,97); }
H1.HeaderClassName
{
color: #B4AB61;
}
.AnyTagClassName
{
color: #B4AB61;
}
</style>
background-color css
<style>
a { background-color: #B4AB61; }
a { background-color: rgb(180,171,97); }
div.DivClassName
{
background-color: #B4AB61;
}
.BgClassName
{
background-color: #B4AB61;
}
</style>
border-color css
<style>
span { border-color: #B4AB61; }
span { border-color: rgb(180,171,97); }
td.TdClassName
{
border-color: #B4AB61;
}
.TagClassName
{
border-color: #B4AB61;
}
</style>