#BAA059

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

Shades of Laser #BAA059

Tints of Laser #BAA059

Color information

#BAA059 (or 0xBAA059) is unknown color: approx Laser. HEX triplet: BA, A0 and 59. RGB value is (186,160,89). Sum of RGB (Red+Green+Blue) = 186+160+89=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA059 is #455FA6. Grayscale: #9F9F9F. Windows color (decimal): -4546471 or 5873850. OLE color: 5873850.

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

Color convert

RGB18616089-
CMYK00.140.520.27
HSL43.92º41.28%53.92%-
HSV(B)43.92º52.15%72.94%-
XYZ34.6236.314.63-
YUV159.6888.11146.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 160 (62.89% from 255) = 36.78%
BLUE value IS 89 (35.16% from 255) = 20.46%
R=42.76%
G=36.78%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861608900.140.520.2743.9241.2853.92
HexBAA0590E341B2c2936
Octal2722401310166433545166
Binary101110101010000010110010111011010011011101100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA059; }

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

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

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

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

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

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

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

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