#BAA961

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

Shades of Gimblet #BAA961

Tints of Gimblet #BAA961

Color information

#BAA961 (or 0xBAA961) is unknown color: approx Gimblet. HEX triplet: BA, A9 and 61. RGB value is (186,169,97). Sum of RGB (Red+Green+Blue) = 186+169+97=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA961 is #45569E. Grayscale: #A6A6A6. Windows color (decimal): -4544159 or 6400442. OLE color: 6400442.

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

Color convert

RGB18616997-
CMYK00.090.480.27
HSL48.54º39.21%55.49%-
HSV(B)48.54º47.85%72.94%-
XYZ36.639.6817.04-
YUV165.8789.13142.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=41.15%
G=37.39%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861699700.090.480.2748.5439.2155.49
HexBAA96109301B312737
Octal2722511410116033614767
Binary101110101010100111000010100111000011011110001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA961; }

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

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

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

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

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

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

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

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