Shades of Gimblet #BAAC5A
Tints of Gimblet #BAAC5A
RGB
CMYK
RGB Variations
Color information
#BAAC5A (or 0xBAAC5A) is known color: Gimblet. HEX triplet: BA, AC and 5A. RGB value is (186,172,90). Sum of RGB (Red+Green+Blue) = 186+172+90=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC5A is #4553A5. Grayscale: #A7A7A7. Windows color (decimal): -4543398 or 5942458. OLE color: 5942458.
HSL color Cylindrical-coordinate representation of color #BAAC5A: hue angle of 51.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAAC5A is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 90 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.27 |
| HSL | 51.25º | 0.41% | 0.54% | - |
| HSV(B) | 51.25º | 0.52% | 0.73% | - |
| XYZ | 36.85 | 40.68 | 15.58 | - |
| YUV | 166.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 90 | 0 | 0.08 | 0.52 | 0.27 | 51.25 | 0.41 | 0.54 |
| Hex | BA | AC | 5A | 0 | 8 | 34 | 1B | 33 | 29 | 36 |
| Octal | 272 | 254 | 132 | 0 | 10 | 64 | 33 | 63 | 51 | 66 |
| Binary | 10111010 | 10101100 | 1011010 | 0 | 1000 | 110100 | 11011 | 110011 | 101001 | 110110 |
Color Harmonies of #BAAC5A
Complementary color
Monochromatic Colors of #BAAC5A
Black with #BAAC5A
Text Example
Text Example
White with #BAAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC5A; }
p { color: rgb(186,172,90); }
H1.HeaderClassName
{
color: #BAAC5A;
}
.AnyTagClassName
{
color: #BAAC5A;
}
</style>
background-color css
<style>
a { background-color: #BAAC5A; }
a { background-color: rgb(186,172,90); }
div.DivClassName
{
background-color: #BAAC5A;
}
.BgClassName
{
background-color: #BAAC5A;
}
</style>
border-color css
<style>
span { border-color: #BAAC5A; }
span { border-color: rgb(186,172,90); }
td.TdClassName
{
border-color: #BAAC5A;
}
.TagClassName
{
border-color: #BAAC5A;
}
</style>