#BAA758

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

Shades of Gimblet #BAA758

Tints of Gimblet #BAA758

Color information

#BAA758 (or 0xBAA758) is unknown color: approx Gimblet. HEX triplet: BA, A7 and 58. RGB value is (186,167,88). Sum of RGB (Red+Green+Blue) = 186+167+88=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA758 is #4558A7. Grayscale: #A4A4A4. Windows color (decimal): -4544680 or 5810106. OLE color: 5810106.

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

Color convert

RGB18616788-
CMYK00.100.530.27
HSL48.37º41.53%53.73%-
HSV(B)48.37º52.69%72.94%-
XYZ35.8338.7814.83-
YUV163.6885.29143.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 88 (34.77% from 255) = 19.95%
R=42.18%
G=37.87%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861678800.100.530.2748.3741.5353.73
HexBAA7580A351B302a36
Octal2722471300126533605266
Binary101110101010011110110000101011010111011110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA758; }

 p { color: rgb(186,167,88); }

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

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

 a { background-color: rgb(186,167,88); }

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

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

 span { border-color: rgb(186,167,88); }

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