#BAAC5A

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

Shades of Gimblet #BAAC5A

Tints of Gimblet #BAAC5A

Color information

#BAAC5A (or 0xBAAC5A) is unknown color: approx Gimblet. HEX triplet: BA, AC and 5A. RGB value is (186,172,90). Sum of RGB (Red+Green+Blue) = 186+172+90=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC5A is #4553A5. Grayscale: #A7A7A7. Windows color (decimal): -4543398 or 5942458. OLE color: 5942458.

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

Color convert

RGB18617290-
CMYK00.080.520.27
HSL51.25º41.03%54.12%-
HSV(B)51.25º51.61%72.94%-
XYZ36.8540.6815.58-
YUV166.8484.64141.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 90 (35.55% from 255) = 20.09%
R=41.52%
G=38.39%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861729000.080.520.2751.2541.0354.12
HexBAAC5A08341B332936
Octal2722541320106433635166
Binary101110101010110010110100100011010011011110011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC5A; }

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

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

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

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

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

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

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

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