Shades of Gimblet #BAAB5C
Tints of Gimblet #BAAB5C
RGB
CMYK
RGB Variations
Color information
#BAAB5C (or 0xBAAB5C) is known color: Gimblet. HEX triplet: BA, AB and 5C. RGB value is (186,171,92). Sum of RGB (Red+Green+Blue) = 186+171+92=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB5C is #4554A3. Grayscale: #A6A6A6. Windows color (decimal): -4543652 or 6073274. OLE color: 6073274.
HSL color Cylindrical-coordinate representation of color #BAAB5C: hue angle of 50.43º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAAB5C is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 92 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.27 |
| HSL | 50.43º | 0.41% | 0.55% | - |
| HSV(B) | 50.43º | 0.51% | 0.73% | - |
| XYZ | 36.74 | 40.34 | 15.97 | - |
| YUV | 166.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 92 | 0 | 0.08 | 0.51 | 0.27 | 50.43 | 0.41 | 0.55 |
| Hex | BA | AB | 5C | 0 | 8 | 33 | 1B | 32 | 29 | 37 |
| Octal | 272 | 253 | 134 | 0 | 10 | 63 | 33 | 62 | 51 | 67 |
| Binary | 10111010 | 10101011 | 1011100 | 0 | 1000 | 110011 | 11011 | 110010 | 101001 | 110111 |
Color Harmonies of #BAAB5C
Complementary color
Monochromatic Colors of #BAAB5C
Black with #BAAB5C
Text Example
Text Example
White with #BAAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB5C; }
p { color: rgb(186,171,92); }
H1.HeaderClassName
{
color: #BAAB5C;
}
.AnyTagClassName
{
color: #BAAB5C;
}
</style>
background-color css
<style>
a { background-color: #BAAB5C; }
a { background-color: rgb(186,171,92); }
div.DivClassName
{
background-color: #BAAB5C;
}
.BgClassName
{
background-color: #BAAB5C;
}
</style>
border-color css
<style>
span { border-color: #BAAB5C; }
span { border-color: rgb(186,171,92); }
td.TdClassName
{
border-color: #BAAB5C;
}
.TagClassName
{
border-color: #BAAB5C;
}
</style>