Shades of Gimblet #BAB05F
Tints of Gimblet #BAB05F
RGB
CMYK
RGB Variations
Color information
#BAB05F (or 0xBAB05F) is known color: Gimblet. HEX triplet: BA, B0 and 5F. RGB value is (186,176,95). Sum of RGB (Red+Green+Blue) = 186+176+95=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB05F is #454FA0. Grayscale: #AAAAAA. Windows color (decimal): -4542369 or 6271162. OLE color: 6271162.
HSL color Cylindrical-coordinate representation of color #BAB05F: hue angle of 53.41º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAB05F is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 176 | 95 | - |
CMYK | 0 | 0.05 | 0.49 | 0.27 |
HSL | 53.41º | 0.4% | 0.55% | - |
HSV(B) | 53.41º | 0.49% | 0.73% | - |
XYZ | 37.84 | 42.32 | 17 | - |
YUV | 169.76 | 85.81 | 139.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 176 | 95 | 0 | 0.05 | 0.49 | 0.27 | 53.41 | 0.4 | 0.55 |
Hex | BA | B0 | 5F | 0 | 5 | 31 | 1B | 35 | 28 | 37 |
Octal | 272 | 260 | 137 | 0 | 5 | 61 | 33 | 65 | 50 | 67 |
Binary | 10111010 | 10110000 | 1011111 | 0 | 101 | 110001 | 11011 | 110101 | 101000 | 110111 |
Color Harmonies of #BAB05F
Complementary color
Monochromatic Colors of #BAB05F
Black with #BAB05F
Text Example
Text Example
White with #BAB05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB05F; }
p { color: rgb(186,176,95); }
H1.HeaderClassName
{
color: #BAB05F;
}
.AnyTagClassName
{
color: #BAB05F;
}
</style>
background-color css
<style>
a { background-color: #BAB05F; }
a { background-color: rgb(186,176,95); }
div.DivClassName
{
background-color: #BAB05F;
}
.BgClassName
{
background-color: #BAB05F;
}
</style>
border-color css
<style>
span { border-color: #BAB05F; }
span { border-color: rgb(186,176,95); }
td.TdClassName
{
border-color: #BAB05F;
}
.TagClassName
{
border-color: #BAB05F;
}
</style>