#BAA95A

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

Shades of Gimblet #BAA95A

Tints of Gimblet #BAA95A

Color information

#BAA95A (or 0xBAA95A) is unknown color: approx Gimblet. HEX triplet: BA, A9 and 5A. RGB value is (186,169,90). Sum of RGB (Red+Green+Blue) = 186+169+90=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA95A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA95A is #4556A5. Grayscale: #A5A5A5. Windows color (decimal): -4544166 or 5941690. OLE color: 5941690.

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

Color convert

RGB18616990-
CMYK00.090.520.27
HSL49.38º41.03%54.12%-
HSV(B)49.38º51.61%72.94%-
XYZ36.2839.5515.4-
YUV165.0885.63142.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 90 (35.55% from 255) = 20.22%
R=41.80%
G=37.98%
B=20.22%

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
Decimal1861699000.090.520.2749.3841.0354.12
HexBAA95A09341B312936
Octal2722511320116433615166
Binary101110101010100110110100100111010011011110001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA95A; }

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

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

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

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

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

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

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

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