Shades of Gimblet #BAB15C
Tints of Gimblet #BAB15C
RGB
CMYK
RGB Variations
Color information
#BAB15C (or 0xBAB15C) is known color: Gimblet. HEX triplet: BA, B1 and 5C. RGB value is (186,177,92). Sum of RGB (Red+Green+Blue) = 186+177+92=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB15C is #454EA3. Grayscale: #AAAAAA. Windows color (decimal): -4542116 or 6074810. OLE color: 6074810.
HSL color Cylindrical-coordinate representation of color #BAB15C: hue angle of 54.26º 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 #BAB15C is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 92 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.27 |
| HSL | 54.26º | 0.41% | 0.55% | - |
| HSV(B) | 54.26º | 0.51% | 0.73% | - |
| XYZ | 37.9 | 42.66 | 16.36 | - |
| YUV | 170 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 92 | 0 | 0.05 | 0.51 | 0.27 | 54.26 | 0.41 | 0.55 |
| Hex | BA | B1 | 5C | 0 | 5 | 33 | 1B | 36 | 29 | 37 |
| Octal | 272 | 261 | 134 | 0 | 5 | 63 | 33 | 66 | 51 | 67 |
| Binary | 10111010 | 10110001 | 1011100 | 0 | 101 | 110011 | 11011 | 110110 | 101001 | 110111 |
Color Harmonies of #BAB15C
Complementary color
Monochromatic Colors of #BAB15C
Black with #BAB15C
Text Example
Text Example
White with #BAB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB15C; }
p { color: rgb(186,177,92); }
H1.HeaderClassName
{
color: #BAB15C;
}
.AnyTagClassName
{
color: #BAB15C;
}
</style>
background-color css
<style>
a { background-color: #BAB15C; }
a { background-color: rgb(186,177,92); }
div.DivClassName
{
background-color: #BAB15C;
}
.BgClassName
{
background-color: #BAB15C;
}
</style>
border-color css
<style>
span { border-color: #BAB15C; }
span { border-color: rgb(186,177,92); }
td.TdClassName
{
border-color: #BAB15C;
}
.TagClassName
{
border-color: #BAB15C;
}
</style>