Shades of Gimblet #BAAC6B
Tints of Gimblet #BAAC6B
RGB
CMYK
RGB Variations
Color information
#BAAC6B (or 0xBAAC6B) is known color: Gimblet. HEX triplet: BA, AC and 6B. RGB value is (186,172,107). Sum of RGB (Red+Green+Blue) = 186+172+107=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC6B is #455394. Grayscale: #A9A9A9. Windows color (decimal): -4543381 or 7056570. OLE color: 7056570.
HSL color Cylindrical-coordinate representation of color #BAAC6B: hue angle of 49.37º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAAC6B is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 107 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.27 |
| HSL | 49.37º | 0.36% | 0.57% | - |
| HSV(B) | 49.37º | 0.42% | 0.73% | - |
| XYZ | 37.66 | 41.01 | 19.84 | - |
| YUV | 168.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 107 | 0 | 0.08 | 0.42 | 0.27 | 49.37 | 0.36 | 0.57 |
| Hex | BA | AC | 6B | 0 | 8 | 2A | 1B | 31 | 24 | 39 |
| Octal | 272 | 254 | 153 | 0 | 10 | 52 | 33 | 61 | 44 | 71 |
| Binary | 10111010 | 10101100 | 1101011 | 0 | 1000 | 101010 | 11011 | 110001 | 100100 | 111001 |
Color Harmonies of #BAAC6B
Complementary color
Monochromatic Colors of #BAAC6B
Black with #BAAC6B
Text Example
Text Example
White with #BAAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC6B; }
p { color: rgb(186,172,107); }
H1.HeaderClassName
{
color: #BAAC6B;
}
.AnyTagClassName
{
color: #BAAC6B;
}
</style>
background-color css
<style>
a { background-color: #BAAC6B; }
a { background-color: rgb(186,172,107); }
div.DivClassName
{
background-color: #BAAC6B;
}
.BgClassName
{
background-color: #BAAC6B;
}
</style>
border-color css
<style>
span { border-color: #BAAC6B; }
span { border-color: rgb(186,172,107); }
td.TdClassName
{
border-color: #BAAC6B;
}
.TagClassName
{
border-color: #BAAC6B;
}
</style>