#BAAA5D

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

Shades of Gimblet #BAAA5D

Tints of Gimblet #BAAA5D

Color information

#BAAA5D (or 0xBAAA5D) is unknown color: approx Gimblet. HEX triplet: BA, AA and 5D. RGB value is (186,170,93). Sum of RGB (Red+Green+Blue) = 186+170+93=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA5D is #4555A2. Grayscale: #A6A6A6. Windows color (decimal): -4543907 or 6138554. OLE color: 6138554.

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

Color convert

RGB18617093-
CMYK00.090.50.27
HSL49.68º40.26%54.71%-
HSV(B)49.68º50%72.94%-
XYZ36.639.9816.14-
YUV166.0186.8142.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 93 (36.72% from 255) = 20.71%
R=41.43%
G=37.86%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861709300.090.50.2749.6840.2654.71
HexBAAA5D09321B322837
Octal2722521350116233625067
Binary101110101010101010111010100111001011011110010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA5D; }

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

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

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

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

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

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

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

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