#BAA858

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

Shades of Gimblet #BAA858

Tints of Gimblet #BAA858

Color information

#BAA858 (or 0xBAA858) is unknown color: approx Gimblet. HEX triplet: BA, A8 and 58. RGB value is (186,168,88). Sum of RGB (Red+Green+Blue) = 186+168+88=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA858 is #4557A7. Grayscale: #A4A4A4. Windows color (decimal): -4544424 or 5810362. OLE color: 5810362.

HSL color Cylindrical-coordinate representation of color #BAA858: hue angle of 48.98º 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 #BAA858 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18616888-
CMYK00.100.530.27
HSL48.98º41.53%53.73%-
HSV(B)48.98º52.69%72.94%-
XYZ36.0139.1514.89-
YUV164.2684.96143.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 168 (66.02% from 255) = 38.01%
BLUE value IS 88 (34.77% from 255) = 19.91%
R=42.08%
G=38.01%
B=19.91%

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
Decimal1861688800.100.530.2748.9841.5353.73
HexBAA8580A351B312a36
Octal2722501300126533615266
Binary101110101010100010110000101011010111011110001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA858; }

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

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

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

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

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

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

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

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