#BAA65B

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

Shades of Gimblet #BAA65B

Tints of Gimblet #BAA65B

Color information

#BAA65B (or 0xBAA65B) is unknown color: approx Gimblet. HEX triplet: BA, A6 and 5B. RGB value is (186,166,91). Sum of RGB (Red+Green+Blue) = 186+166+91=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA65B is #4559A4. Grayscale: #A3A3A3. Windows color (decimal): -4544933 or 6006458. OLE color: 6006458.

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

Color convert

RGB18616691-
CMYK00.110.510.27
HSL47.37º40.77%54.31%-
HSV(B)47.37º51.08%72.94%-
XYZ35.7738.4715.44-
YUV163.4387.13144.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=41.99%
G=37.47%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861669100.110.510.2747.3740.7754.31
HexBAA65B0B331B2f2936
Octal2722461330136333575166
Binary101110101010011010110110101111001111011101111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA65B; }

 p { color: rgb(186,166,91); }

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

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

 a { background-color: rgb(186,166,91); }

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

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

 span { border-color: rgb(186,166,91); }

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