#BAAC6A

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

Shades of Gimblet #BAAC6A

Tints of Gimblet #BAAC6A

Color information

#BAAC6A (or 0xBAAC6A) is unknown color: approx Gimblet. HEX triplet: BA, AC and 6A. RGB value is (186,172,106). Sum of RGB (Red+Green+Blue) = 186+172+106=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC6A is #455395. Grayscale: #A8A8A8. Windows color (decimal): -4543382 or 6991034. OLE color: 6991034.

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

Color convert

RGB186172106-
CMYK00.080.430.27
HSL49.5º36.7%57.25%-
HSV(B)49.5º43.01%72.94%-
XYZ37.640.9819.56-
YUV168.6692.64140.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 106 (41.80% from 255) = 22.84%
R=40.09%
G=37.07%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617210600.080.430.2749.536.757.25
HexBAAC6A082B1B322539
Octal2722541520105333624571
Binary101110101010110011010100100010101111011110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC6A; }

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

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

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

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

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

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

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

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