Shades of Gimblet #BAAC65
Tints of Gimblet #BAAC65
RGB
CMYK
RGB Variations
Color information
#BAAC65 (or 0xBAAC65) is known color: Gimblet. HEX triplet: BA, AC and 65. RGB value is (186,172,101). Sum of RGB (Red+Green+Blue) = 186+172+101=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC65 is #45539A. Grayscale: #A8A8A8. Windows color (decimal): -4543387 or 6663354. OLE color: 6663354.
HSL color Cylindrical-coordinate representation of color #BAAC65: hue angle of 50.12º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAAC65 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 101 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.27 |
| HSL | 50.12º | 0.38% | 0.56% | - |
| HSV(B) | 50.12º | 0.46% | 0.73% | - |
| XYZ | 37.35 | 40.88 | 18.23 | - |
| YUV | 168.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 101 | 0 | 0.08 | 0.46 | 0.27 | 50.12 | 0.38 | 0.56 |
| Hex | BA | AC | 65 | 0 | 8 | 2E | 1B | 32 | 26 | 38 |
| Octal | 272 | 254 | 145 | 0 | 10 | 56 | 33 | 62 | 46 | 70 |
| Binary | 10111010 | 10101100 | 1100101 | 0 | 1000 | 101110 | 11011 | 110010 | 100110 | 111000 |
Color Harmonies of #BAAC65
Complementary color
Monochromatic Colors of #BAAC65
Black with #BAAC65
Text Example
Text Example
White with #BAAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC65; }
p { color: rgb(186,172,101); }
H1.HeaderClassName
{
color: #BAAC65;
}
.AnyTagClassName
{
color: #BAAC65;
}
</style>
background-color css
<style>
a { background-color: #BAAC65; }
a { background-color: rgb(186,172,101); }
div.DivClassName
{
background-color: #BAAC65;
}
.BgClassName
{
background-color: #BAAC65;
}
</style>
border-color css
<style>
span { border-color: #BAAC65; }
span { border-color: rgb(186,172,101); }
td.TdClassName
{
border-color: #BAAC65;
}
.TagClassName
{
border-color: #BAAC65;
}
</style>