Shades of Gimblet #BAA963
Tints of Gimblet #BAA963
RGB
CMYK
RGB Variations
Color information
#BAA963 (or 0xBAA963) is known color: Gimblet. HEX triplet: BA, A9 and 63. RGB value is (186,169,99). Sum of RGB (Red+Green+Blue) = 186+169+99=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA963 is #45569C. Grayscale: #A6A6A6. Windows color (decimal): -4544157 or 6531514. OLE color: 6531514.
HSL color Cylindrical-coordinate representation of color #BAA963: hue angle of 48.28º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAA963 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 99 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.27 |
| HSL | 48.28º | 0.39% | 0.56% | - |
| HSV(B) | 48.28º | 0.47% | 0.73% | - |
| XYZ | 36.69 | 39.72 | 17.54 | - |
| YUV | 166.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 99 | 0 | 0.09 | 0.47 | 0.27 | 48.28 | 0.39 | 0.56 |
| Hex | BA | A9 | 63 | 0 | 9 | 2F | 1B | 30 | 27 | 38 |
| Octal | 272 | 251 | 143 | 0 | 11 | 57 | 33 | 60 | 47 | 70 |
| Binary | 10111010 | 10101001 | 1100011 | 0 | 1001 | 101111 | 11011 | 110000 | 100111 | 111000 |
Color Harmonies of #BAA963
Complementary color
Monochromatic Colors of #BAA963
Black with #BAA963
Text Example
Text Example
White with #BAA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA963; }
p { color: rgb(186,169,99); }
H1.HeaderClassName
{
color: #BAA963;
}
.AnyTagClassName
{
color: #BAA963;
}
</style>
background-color css
<style>
a { background-color: #BAA963; }
a { background-color: rgb(186,169,99); }
div.DivClassName
{
background-color: #BAA963;
}
.BgClassName
{
background-color: #BAA963;
}
</style>
border-color css
<style>
span { border-color: #BAA963; }
span { border-color: rgb(186,169,99); }
td.TdClassName
{
border-color: #BAA963;
}
.TagClassName
{
border-color: #BAA963;
}
</style>