#BAA35D

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

Shades of Laser #BAA35D

Tints of Laser #BAA35D

Color information

#BAA35D (or 0xBAA35D) is unknown color: approx Laser. HEX triplet: BA, A3 and 5D. RGB value is (186,163,93). Sum of RGB (Red+Green+Blue) = 186+163+93=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA35D is #455CA2. Grayscale: #A2A2A2. Windows color (decimal): -4545699 or 6136762. OLE color: 6136762.

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

Color convert

RGB18616393-
CMYK00.120.50.27
HSL45.16º40.26%54.71%-
HSV(B)45.16º50%72.94%-
XYZ35.3237.4215.72-
YUV161.989.12145.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 93 (36.72% from 255) = 21.04%
R=42.08%
G=36.88%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861639300.120.50.2745.1640.2654.71
HexBAA35D0C321B2d2837
Octal2722431350146233555067
Binary101110101010001110111010110011001011011101101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA35D; }

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

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

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

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

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

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

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

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