#BAAB54

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

Shades of Gimblet #BAAB54

Tints of Gimblet #BAAB54

Color information

#BAAB54 (or 0xBAAB54) is unknown color: approx Gimblet. HEX triplet: BA, AB and 54. RGB value is (186,171,84). Sum of RGB (Red+Green+Blue) = 186+171+84=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB54 is #4554AB. Grayscale: #A5A5A5. Windows color (decimal): -4543660 or 5548986. OLE color: 5548986.

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

Color convert

RGB18617184-
CMYK00.080.550.27
HSL51.18º42.5%52.94%-
HSV(B)51.18º54.84%72.94%-
XYZ36.4140.2114.23-
YUV165.5781.97142.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 171 (67.19% from 255) = 38.78%
BLUE value IS 84 (33.20% from 255) = 19.05%
R=42.18%
G=38.78%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861718400.080.550.2751.1842.552.94
HexBAAB5408371B332a35
Octal2722531240106733635265
Binary101110101010101110101000100011011111011110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB54; }

 p { color: rgb(186,171,84); }

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

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

 a { background-color: rgb(186,171,84); }

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

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

 span { border-color: rgb(186,171,84); }

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