#BAA15E

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

Shades of Laser #BAA15E

Tints of Laser #BAA15E

Color information

#BAA15E (or 0xBAA15E) is unknown color: approx Laser. HEX triplet: BA, A1 and 5E. RGB value is (186,161,94). Sum of RGB (Red+Green+Blue) = 186+161+94=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA15E is #455EA1. Grayscale: #A1A1A1. Windows color (decimal): -4546210 or 6201786. OLE color: 6201786.

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

Color convert

RGB18616194-
CMYK00.130.490.27
HSL43.7º40%54.9%-
HSV(B)43.7º49.46%72.94%-
XYZ35.0136.7415.84-
YUV160.8490.28145.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 161 (63.28% from 255) = 36.51%
BLUE value IS 94 (37.11% from 255) = 21.32%
R=42.18%
G=36.51%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861619400.130.490.2743.74054.9
HexBAA15E0D311B2c2837
Octal2722411360156133545067
Binary101110101010000110111100110111000111011101100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA15E; }

 p { color: rgb(186,161,94); }

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

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

 a { background-color: rgb(186,161,94); }

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

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

 span { border-color: rgb(186,161,94); }

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