#BAA461

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

Shades of Gimblet #BAA461

Tints of Gimblet #BAA461

Color information

#BAA461 (or 0xBAA461) is unknown color: approx Gimblet. HEX triplet: BA, A4 and 61. RGB value is (186,164,97). Sum of RGB (Red+Green+Blue) = 186+164+97=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA461 is #455B9E. Grayscale: #A3A3A3. Windows color (decimal): -4545439 or 6399162. OLE color: 6399162.

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

Color convert

RGB18616497-
CMYK00.120.480.27
HSL45.17º39.21%55.49%-
HSV(B)45.17º47.85%72.94%-
XYZ35.6837.8516.73-
YUV162.9490.79144.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 164 (64.45% from 255) = 36.69%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=41.61%
G=36.69%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861649700.120.480.2745.1739.2155.49
HexBAA4610C301B2d2737
Octal2722441410146033554767
Binary101110101010010011000010110011000011011101101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA461; }

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

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

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

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

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

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

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

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