#BAAA5A

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

Shades of Gimblet #BAAA5A

Tints of Gimblet #BAAA5A

Color information

#BAAA5A (or 0xBAAA5A) is unknown color: approx Gimblet. HEX triplet: BA, AA and 5A. RGB value is (186,170,90). Sum of RGB (Red+Green+Blue) = 186+170+90=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA5A is #4555A5. Grayscale: #A6A6A6. Windows color (decimal): -4543910 or 5941946. OLE color: 5941946.

HSL color Cylindrical-coordinate representation of color #BAAA5A: hue angle of 50º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAAA5A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18617090-
CMYK00.090.520.27
HSL50º41.03%54.12%-
HSV(B)50º51.61%72.94%-
XYZ36.4739.9315.46-
YUV165.6685.3142.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 90 (35.55% from 255) = 20.18%
R=41.70%
G=38.12%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861709000.090.520.275041.0354.12
HexBAAA5A09341B322936
Octal2722521320116433625166
Binary101110101010101010110100100111010011011110010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA5A; }

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

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

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

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

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

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

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

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