#BAA95C

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

Shades of Gimblet #BAA95C

Tints of Gimblet #BAA95C

Color information

#BAA95C (or 0xBAA95C) is unknown color: approx Gimblet. HEX triplet: BA, A9 and 5C. RGB value is (186,169,92). Sum of RGB (Red+Green+Blue) = 186+169+92=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA95C is #4556A3. Grayscale: #A5A5A5. Windows color (decimal): -4544164 or 6072762. OLE color: 6072762.

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

Color convert

RGB18616992-
CMYK00.090.510.27
HSL49.15º40.52%54.51%-
HSV(B)49.15º50.54%72.94%-
XYZ36.3739.5915.85-
YUV165.386.63142.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=41.61%
G=37.81%
B=20.58%

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
Decimal1861699200.090.510.2749.1540.5254.51
HexBAA95C09331B312937
Octal2722511340116333615167
Binary101110101010100110111000100111001111011110001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA95C; }

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

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

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

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

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

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

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

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