#BAB15F

Color #BAB15F Gimblet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gimblet #BAB15F

Tints of Gimblet #BAB15F

Color information

#BAB15F (or 0xBAB15F) is unknown color: approx Gimblet. HEX triplet: BA, B1 and 5F. RGB value is (186,177,95). Sum of RGB (Red+Green+Blue) = 186+177+95=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB15F is #454EA0. Grayscale: #AAAAAA. Windows color (decimal): -4542113 or 6271418. OLE color: 6271418.

HSL color Cylindrical-coordinate representation of color #BAB15F: hue angle of 54.07º 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 #BAB15F is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18617795-
CMYK00.050.490.27
HSL54.07º39.74%55.1%-
HSV(B)54.07º48.92%72.94%-
XYZ38.0442.7117.07-
YUV170.3485.48139.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 177 (69.53% from 255) = 38.65%
BLUE value IS 95 (37.5% from 255) = 20.74%
R=40.61%
G=38.65%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861779500.050.490.2754.0739.7455.1
HexBAB15F05311B362837
Octal272261137056133665067
Binary10111010101100011011111010111000111011110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB15F; }

 p { color: rgb(186,177,95); }

 H1.HeaderClassName
 {
   color: #BAB15F;
 }
 .AnyTagClassName
 {
   color: #BAB15F;
 }
</style>
background-color css

<style>
 a { background-color: #BAB15F; }

 a { background-color: rgb(186,177,95); }

 div.DivClassName
 {
   background-color: #BAB15F;
 }
 .BgClassName
 {
   background-color: #BAB15F;
 }
</style>
border-color css

<style>
 span { border-color: #BAB15F; }

 span { border-color: rgb(186,177,95); }

 td.TdClassName
 {
   border-color: #BAB15F;
 }
 .TagClassName
 {
   border-color: #BAB15F;
 }
</style>