Shades of Gimblet #BAAB64
Tints of Gimblet #BAAB64
RGB
CMYK
RGB Variations
Color information
#BAAB64 (or 0xBAAB64) is known color: Gimblet. HEX triplet: BA, AB and 64. RGB value is (186,171,100). Sum of RGB (Red+Green+Blue) = 186+171+100=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB64 is #45549B. Grayscale: #A7A7A7. Windows color (decimal): -4543644 or 6597562. OLE color: 6597562.
HSL color Cylindrical-coordinate representation of color #BAAB64: hue angle of 49.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAAB64 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 100 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.27 |
| HSL | 49.53º | 0.38% | 0.56% | - |
| HSV(B) | 49.53º | 0.46% | 0.73% | - |
| XYZ | 37.11 | 40.49 | 17.91 | - |
| YUV | 167.39 | 89.97 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 100 | 0 | 0.08 | 0.46 | 0.27 | 49.53 | 0.38 | 0.56 |
| Hex | BA | AB | 64 | 0 | 8 | 2E | 1B | 32 | 26 | 38 |
| Octal | 272 | 253 | 144 | 0 | 10 | 56 | 33 | 62 | 46 | 70 |
| Binary | 10111010 | 10101011 | 1100100 | 0 | 1000 | 101110 | 11011 | 110010 | 100110 | 111000 |
Color Harmonies of #BAAB64
Complementary color
Monochromatic Colors of #BAAB64
Black with #BAAB64
Text Example
Text Example
White with #BAAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB64; }
p { color: rgb(186,171,100); }
H1.HeaderClassName
{
color: #BAAB64;
}
.AnyTagClassName
{
color: #BAAB64;
}
</style>
background-color css
<style>
a { background-color: #BAAB64; }
a { background-color: rgb(186,171,100); }
div.DivClassName
{
background-color: #BAAB64;
}
.BgClassName
{
background-color: #BAAB64;
}
</style>
border-color css
<style>
span { border-color: #BAAB64; }
span { border-color: rgb(186,171,100); }
td.TdClassName
{
border-color: #BAAB64;
}
.TagClassName
{
border-color: #BAAB64;
}
</style>