#BAA25D

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

Shades of Laser #BAA25D

Tints of Laser #BAA25D

Color information

#BAA25D (or 0xBAA25D) is unknown color: approx Laser. HEX triplet: BA, A2 and 5D. RGB value is (186,162,93). Sum of RGB (Red+Green+Blue) = 186+162+93=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA25D is #455DA2. Grayscale: #A1A1A1. Windows color (decimal): -4545955 or 6136506. OLE color: 6136506.

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

Color convert

RGB18616293-
CMYK00.130.50.27
HSL44.52º40.26%54.71%-
HSV(B)44.52º50%72.94%-
XYZ35.1537.0715.66-
YUV161.3189.45145.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=42.18%
G=36.73%
B=21.09%

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
Decimal1861629300.130.50.2744.5240.2654.71
HexBAA25D0D321B2d2837
Octal2722421350156233555067
Binary101110101010001010111010110111001011011101101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA25D; }

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

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

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

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

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

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

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

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