Shades of Gimblet #BAAC54
Tints of Gimblet #BAAC54
RGB
CMYK
RGB Variations
Color information
#BAAC54 (or 0xBAAC54) is known color: Gimblet. HEX triplet: BA, AC and 54. RGB value is (186,172,84). Sum of RGB (Red+Green+Blue) = 186+172+84=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC54 is #4553AB. Grayscale: #A6A6A6. Windows color (decimal): -4543404 or 5549242. OLE color: 5549242.
HSL color Cylindrical-coordinate representation of color #BAAC54: hue angle of 51.76º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAAC54 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 84 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.27 |
| HSL | 51.76º | 0.43% | 0.53% | - |
| HSV(B) | 51.76º | 0.55% | 0.73% | - |
| XYZ | 36.6 | 40.58 | 14.29 | - |
| YUV | 166.15 | 81.64 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 84 | 0 | 0.08 | 0.55 | 0.27 | 51.76 | 0.43 | 0.53 |
| Hex | BA | AC | 54 | 0 | 8 | 37 | 1B | 34 | 2A | 35 |
| Octal | 272 | 254 | 124 | 0 | 10 | 67 | 33 | 64 | 52 | 65 |
| Binary | 10111010 | 10101100 | 1010100 | 0 | 1000 | 110111 | 11011 | 110100 | 101010 | 110101 |
Color Harmonies of #BAAC54
Complementary color
Monochromatic Colors of #BAAC54
Black with #BAAC54
Text Example
Text Example
White with #BAAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC54; }
p { color: rgb(186,172,84); }
H1.HeaderClassName
{
color: #BAAC54;
}
.AnyTagClassName
{
color: #BAAC54;
}
</style>
background-color css
<style>
a { background-color: #BAAC54; }
a { background-color: rgb(186,172,84); }
div.DivClassName
{
background-color: #BAAC54;
}
.BgClassName
{
background-color: #BAAC54;
}
</style>
border-color css
<style>
span { border-color: #BAAC54; }
span { border-color: rgb(186,172,84); }
td.TdClassName
{
border-color: #BAAC54;
}
.TagClassName
{
border-color: #BAAC54;
}
</style>