#BAA46B

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

Shades of Gimblet #BAA46B

Tints of Gimblet #BAA46B

Color information

#BAA46B (or 0xBAA46B) is unknown color: approx Gimblet. HEX triplet: BA, A4 and 6B. RGB value is (186,164,107). Sum of RGB (Red+Green+Blue) = 186+164+107=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA46B is #455B94. Grayscale: #A4A4A4. Windows color (decimal): -4545429 or 7054522. OLE color: 7054522.

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

Color convert

RGB186164107-
CMYK00.120.420.27
HSL43.29º36.41%57.45%-
HSV(B)43.29º42.47%72.94%-
XYZ36.1838.0519.35-
YUV164.0895.79143.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=40.70%
G=35.89%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616410700.120.420.2743.2936.4157.45
HexBAA46B0C2A1B2b2439
Octal2722441530145233534471
Binary101110101010010011010110110010101011011101011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA46B; }

 p { color: rgb(186,164,107); }

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

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

 a { background-color: rgb(186,164,107); }

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

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

 span { border-color: rgb(186,164,107); }

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