#BAAC6E

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

Shades of Gimblet #BAAC6E

Tints of Gimblet #BAAC6E

Color information

#BAAC6E (or 0xBAAC6E) is unknown color: approx Gimblet. HEX triplet: BA, AC and 6E. RGB value is (186,172,110). Sum of RGB (Red+Green+Blue) = 186+172+110=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC6E is #455391. Grayscale: #A9A9A9. Windows color (decimal): -4543378 or 7253178. OLE color: 7253178.

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

Color convert

RGB186172110-
CMYK00.080.410.27
HSL48.95º35.51%58.04%-
HSV(B)48.95º40.86%72.94%-
XYZ37.8241.0720.69-
YUV169.1294.64140.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 110 (43.36% from 255) = 23.50%
R=39.74%
G=36.75%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617211000.080.410.2748.9535.5158.04
HexBAAC6E08291B31243a
Octal2722541560105133614472
Binary101110101010110011011100100010100111011110001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC6E; }

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

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

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

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

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

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

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

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