#BAA96E

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

Shades of Gimblet #BAA96E

Tints of Gimblet #BAA96E

Color information

#BAA96E (or 0xBAA96E) is unknown color: approx Gimblet. HEX triplet: BA, A9 and 6E. RGB value is (186,169,110). Sum of RGB (Red+Green+Blue) = 186+169+110=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA96E is #455691. Grayscale: #A7A7A7. Windows color (decimal): -4544146 or 7252410. OLE color: 7252410.

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

Color convert

RGB186169110-
CMYK00.090.410.27
HSL46.58º35.51%58.04%-
HSV(B)46.58º40.86%72.94%-
XYZ37.2539.9420.5-
YUV167.3695.63141.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=40%
G=36.34%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616911000.090.410.2746.5835.5158.04
HexBAA96E09291B2f243a
Octal2722511560115133574472
Binary101110101010100111011100100110100111011101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA96E; }

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

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

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

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

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

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

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

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