Shades of Gimblet #BAA669
Tints of Gimblet #BAA669
RGB
CMYK
RGB Variations
Color information
#BAA669 (or 0xBAA669) is known color: Gimblet. HEX triplet: BA, A6 and 69. RGB value is (186,166,105). Sum of RGB (Red+Green+Blue) = 186+166+105=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA669 is #455996. Grayscale: #A5A5A5. Windows color (decimal): -4544919 or 6923962. OLE color: 6923962.
HSL color Cylindrical-coordinate representation of color #BAA669: hue angle of 45.19º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAA669 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 105 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.27 |
| HSL | 45.19º | 0.37% | 0.57% | - |
| HSV(B) | 45.19º | 0.44% | 0.73% | - |
| XYZ | 36.44 | 38.73 | 18.92 | - |
| YUV | 165.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 105 | 0 | 0.11 | 0.44 | 0.27 | 45.19 | 0.37 | 0.57 |
| Hex | BA | A6 | 69 | 0 | B | 2C | 1B | 2D | 25 | 39 |
| Octal | 272 | 246 | 151 | 0 | 13 | 54 | 33 | 55 | 45 | 71 |
| Binary | 10111010 | 10100110 | 1101001 | 0 | 1011 | 101100 | 11011 | 101101 | 100101 | 111001 |
Color Harmonies of #BAA669
Complementary color
Monochromatic Colors of #BAA669
Black with #BAA669
Text Example
Text Example
White with #BAA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA669; }
p { color: rgb(186,166,105); }
H1.HeaderClassName
{
color: #BAA669;
}
.AnyTagClassName
{
color: #BAA669;
}
</style>
background-color css
<style>
a { background-color: #BAA669; }
a { background-color: rgb(186,166,105); }
div.DivClassName
{
background-color: #BAA669;
}
.BgClassName
{
background-color: #BAA669;
}
</style>
border-color css
<style>
span { border-color: #BAA669; }
span { border-color: rgb(186,166,105); }
td.TdClassName
{
border-color: #BAA669;
}
.TagClassName
{
border-color: #BAA669;
}
</style>