#BAA15D

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

Shades of Laser #BAA15D

Tints of Laser #BAA15D

Color information

#BAA15D (or 0xBAA15D) is unknown color: approx Laser. HEX triplet: BA, A1 and 5D. RGB value is (186,161,93). Sum of RGB (Red+Green+Blue) = 186+161+93=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA15D is #455EA2. Grayscale: #A1A1A1. Windows color (decimal): -4546211 or 6136250. OLE color: 6136250.

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

Color convert

RGB18616193-
CMYK00.130.50.27
HSL43.87º40.26%54.71%-
HSV(B)43.87º50%72.94%-
XYZ34.9736.7215.6-
YUV160.7289.78146.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=42.27%
G=36.59%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861619300.130.50.2743.8740.2654.71
HexBAA15D0D321B2c2837
Octal2722411350156233545067
Binary101110101010000110111010110111001011011101100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA15D; }

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

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

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

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

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

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

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

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