#BAB05D

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

Shades of Gimblet #BAB05D

Tints of Gimblet #BAB05D

Color information

#BAB05D (or 0xBAB05D) is unknown color: approx Gimblet. HEX triplet: BA, B0 and 5D. RGB value is (186,176,93). Sum of RGB (Red+Green+Blue) = 186+176+93=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB05D is #454FA2. Grayscale: #A9A9A9. Windows color (decimal): -4542371 or 6140090. OLE color: 6140090.

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

Color convert

RGB18617693-
CMYK00.050.50.27
HSL53.55º40.26%54.71%-
HSV(B)53.55º50%72.94%-
XYZ37.7542.2816.53-
YUV169.5384.81139.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 93 (36.72% from 255) = 20.44%
R=40.88%
G=38.68%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861769300.050.50.2753.5540.2654.71
HexBAB05D05321B362837
Octal272260135056233665067
Binary10111010101100001011101010111001011011110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB05D; }

 p { color: rgb(186,176,93); }

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

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

 a { background-color: rgb(186,176,93); }

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

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

 span { border-color: rgb(186,176,93); }

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