#BAAC5F

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

Shades of Gimblet #BAAC5F

Tints of Gimblet #BAAC5F

Color information

#BAAC5F (or 0xBAAC5F) is unknown color: approx Gimblet. HEX triplet: BA, AC and 5F. RGB value is (186,172,95). Sum of RGB (Red+Green+Blue) = 186+172+95=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC5F is #4553A0. Grayscale: #A7A7A7. Windows color (decimal): -4543393 or 6270138. OLE color: 6270138.

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

Color convert

RGB18617295-
CMYK00.080.490.27
HSL50.77º39.74%55.1%-
HSV(B)50.77º48.92%72.94%-
XYZ37.0740.7716.74-
YUV167.4187.14141.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 172 (67.58% from 255) = 37.97%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=41.06%
G=37.97%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861729500.080.490.2750.7739.7455.1
HexBAAC5F08311B332837
Octal2722541370106133635067
Binary101110101010110010111110100011000111011110011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC5F; }

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

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

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

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

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

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

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

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