Shades of Gimblet #BAA462
Tints of Gimblet #BAA462
RGB
CMYK
RGB Variations
Color information
#BAA462 (or 0xBAA462) is known color: Gimblet. HEX triplet: BA, A4 and 62. RGB value is (186,164,98). Sum of RGB (Red+Green+Blue) = 186+164+98=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA462 is #455B9D. Grayscale: #A3A3A3. Windows color (decimal): -4545438 or 6464698. OLE color: 6464698.
HSL color Cylindrical-coordinate representation of color #BAA462: hue angle of 45º 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 #BAA462 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 98 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.27 |
| HSL | 45º | 0.39% | 0.56% | - |
| HSV(B) | 45º | 0.47% | 0.73% | - |
| XYZ | 35.73 | 37.87 | 16.98 | - |
| YUV | 163.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 98 | 0 | 0.12 | 0.47 | 0.27 | 45 | 0.39 | 0.56 |
| Hex | BA | A4 | 62 | 0 | C | 2F | 1B | 2D | 27 | 38 |
| Octal | 272 | 244 | 142 | 0 | 14 | 57 | 33 | 55 | 47 | 70 |
| Binary | 10111010 | 10100100 | 1100010 | 0 | 1100 | 101111 | 11011 | 101101 | 100111 | 111000 |
Color Harmonies of #BAA462
Complementary color
Monochromatic Colors of #BAA462
Black with #BAA462
Text Example
Text Example
White with #BAA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA462; }
p { color: rgb(186,164,98); }
H1.HeaderClassName
{
color: #BAA462;
}
.AnyTagClassName
{
color: #BAA462;
}
</style>
background-color css
<style>
a { background-color: #BAA462; }
a { background-color: rgb(186,164,98); }
div.DivClassName
{
background-color: #BAA462;
}
.BgClassName
{
background-color: #BAA462;
}
</style>
border-color css
<style>
span { border-color: #BAA462; }
span { border-color: rgb(186,164,98); }
td.TdClassName
{
border-color: #BAA462;
}
.TagClassName
{
border-color: #BAA462;
}
</style>