#BAA05E

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

Shades of Laser #BAA05E

Tints of Laser #BAA05E

Color information

#BAA05E (or 0xBAA05E) is unknown color: approx Laser. HEX triplet: BA, A0 and 5E. RGB value is (186,160,94). Sum of RGB (Red+Green+Blue) = 186+160+94=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA05E is #455FA1. Grayscale: #A0A0A0. Windows color (decimal): -4546466 or 6201530. OLE color: 6201530.

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

Color convert

RGB18616094-
CMYK00.140.490.27
HSL43.04º40%54.9%-
HSV(B)43.04º49.46%72.94%-
XYZ34.8436.3915.78-
YUV160.2590.61146.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 94 (37.11% from 255) = 21.36%
R=42.27%
G=36.36%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861609400.140.490.2743.044054.9
HexBAA05E0E311B2b2837
Octal2722401360166133535067
Binary101110101010000010111100111011000111011101011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA05E; }

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

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

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

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

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

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

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

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