#BAAC70

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

Shades of Gimblet #BAAC70

Tints of Gimblet #BAAC70

Color information

#BAAC70 (or 0xBAAC70) is unknown color: approx Gimblet. HEX triplet: BA, AC and 70. RGB value is (186,172,112). Sum of RGB (Red+Green+Blue) = 186+172+112=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC70 is #45538F. Grayscale: #A9A9A9. Windows color (decimal): -4543376 or 7384250. OLE color: 7384250.

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

Color convert

RGB186172112-
CMYK00.080.400.27
HSL48.65º34.91%58.43%-
HSV(B)48.65º39.78%72.94%-
XYZ37.9341.1121.27-
YUV169.3595.64139.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 112 (44.14% from 255) = 23.83%
R=39.57%
G=36.60%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617211200.080.400.2748.6534.9158.43
HexBAAC7008281B31233a
Octal2722541600105033614372
Binary101110101010110011100000100010100011011110001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC70; }

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

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

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

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

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

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

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

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