Shades of Gimblet #BAB163
Tints of Gimblet #BAB163
RGB
CMYK
RGB Variations
Color information
#BAB163 (or 0xBAB163) is known color: Gimblet. HEX triplet: BA, B1 and 63. RGB value is (186,177,99). Sum of RGB (Red+Green+Blue) = 186+177+99=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB163 is #454E9C. Grayscale: #ABABAB. Windows color (decimal): -4542109 or 6533562. OLE color: 6533562.
HSL color Cylindrical-coordinate representation of color #BAB163: hue angle of 53.79º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAB163 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 99 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.27 |
| HSL | 53.79º | 0.39% | 0.56% | - |
| HSV(B) | 53.79º | 0.47% | 0.73% | - |
| XYZ | 38.22 | 42.78 | 18.05 | - |
| YUV | 170.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 99 | 0 | 0.05 | 0.47 | 0.27 | 53.79 | 0.39 | 0.56 |
| Hex | BA | B1 | 63 | 0 | 5 | 2F | 1B | 36 | 27 | 38 |
| Octal | 272 | 261 | 143 | 0 | 5 | 57 | 33 | 66 | 47 | 70 |
| Binary | 10111010 | 10110001 | 1100011 | 0 | 101 | 101111 | 11011 | 110110 | 100111 | 111000 |
Color Harmonies of #BAB163
Complementary color
Monochromatic Colors of #BAB163
Black with #BAB163
Text Example
Text Example
White with #BAB163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB163; }
p { color: rgb(186,177,99); }
H1.HeaderClassName
{
color: #BAB163;
}
.AnyTagClassName
{
color: #BAB163;
}
</style>
background-color css
<style>
a { background-color: #BAB163; }
a { background-color: rgb(186,177,99); }
div.DivClassName
{
background-color: #BAB163;
}
.BgClassName
{
background-color: #BAB163;
}
</style>
border-color css
<style>
span { border-color: #BAB163; }
span { border-color: rgb(186,177,99); }
td.TdClassName
{
border-color: #BAB163;
}
.TagClassName
{
border-color: #BAB163;
}
</style>