#BAA971

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

Shades of Gimblet #BAA971

Tints of Gimblet #BAA971

Color information

#BAA971 (or 0xBAA971) is unknown color: approx Gimblet. HEX triplet: BA, A9 and 71. RGB value is (186,169,113). Sum of RGB (Red+Green+Blue) = 186+169+113=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA971 is #45568E. Grayscale: #A7A7A7. Windows color (decimal): -4544143 or 7449018. OLE color: 7449018.

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

Color convert

RGB186169113-
CMYK00.090.390.27
HSL46.03º34.6%58.63%-
HSV(B)46.03º39.25%72.94%-
XYZ37.4240.0121.37-
YUV167.797.13141.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 169 (66.41% from 255) = 36.11%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=39.74%
G=36.11%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616911300.090.390.2746.0334.658.63
HexBAA97109271B2e233b
Octal2722511610114733564373
Binary101110101010100111100010100110011111011101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA971; }

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

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

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

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

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

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

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

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