#BAAA5B

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

Shades of Gimblet #BAAA5B

Tints of Gimblet #BAAA5B

Color information

#BAAA5B (or 0xBAAA5B) is unknown color: approx Gimblet. HEX triplet: BA, AA and 5B. RGB value is (186,170,91). Sum of RGB (Red+Green+Blue) = 186+170+91=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA5B is #4555A4. Grayscale: #A6A6A6. Windows color (decimal): -4543909 or 6007482. OLE color: 6007482.

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

Color convert

RGB18617091-
CMYK00.090.510.27
HSL49.89º40.77%54.31%-
HSV(B)49.89º51.08%72.94%-
XYZ36.5139.9415.68-
YUV165.7885.8142.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 91 (35.94% from 255) = 20.36%
R=41.61%
G=38.03%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861709100.090.510.2749.8940.7754.31
HexBAAA5B09331B322936
Octal2722521330116333625166
Binary101110101010101010110110100111001111011110010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA5B; }

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

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

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

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

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

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

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

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