#BAA259

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

Shades of Laser #BAA259

Tints of Laser #BAA259

Color information

#BAA259 (or 0xBAA259) is unknown color: approx Laser. HEX triplet: BA, A2 and 59. RGB value is (186,162,89). Sum of RGB (Red+Green+Blue) = 186+162+89=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA259 is #455DA6. Grayscale: #A1A1A1. Windows color (decimal): -4545959 or 5874362. OLE color: 5874362.

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

Color convert

RGB18616289-
CMYK00.130.520.27
HSL45.15º41.28%53.92%-
HSV(B)45.15º52.15%72.94%-
XYZ34.973714.75-
YUV160.8587.45145.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 89 (35.16% from 255) = 20.37%
R=42.56%
G=37.07%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861628900.130.520.2745.1541.2853.92
HexBAA2590D341B2d2936
Octal2722421310156433555166
Binary101110101010001010110010110111010011011101101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA259; }

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

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

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

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

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

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

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

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