#BAB164

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

Shades of Gimblet #BAB164

Tints of Gimblet #BAB164

Color information

#BAB164 (or 0xBAB164) is unknown color: approx Gimblet. HEX triplet: BA, B1 and 64. RGB value is (186,177,100). Sum of RGB (Red+Green+Blue) = 186+177+100=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB164 is #454E9B. Grayscale: #ABABAB. Windows color (decimal): -4542108 or 6599098. OLE color: 6599098.

HSL color Cylindrical-coordinate representation of color #BAB164: hue angle of 53.72º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAB164 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB186177100-
CMYK00.050.460.27
HSL53.72º38.39%56.08%-
HSV(B)53.72º46.24%72.94%-
XYZ38.2742.818.3-
YUV170.9187.98138.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 100 (39.45% from 255) = 21.60%
R=40.17%
G=38.23%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617710000.050.460.2753.7238.3956.08
HexBAB164052E1B362638
Octal272261144055633664670
Binary10111010101100011100100010110111011011110110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB164; }

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

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

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

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

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

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

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

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