#BAA361

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

Shades of Laser #BAA361

Tints of Laser #BAA361

Color information

#BAA361 (or 0xBAA361) is unknown color: approx Laser. HEX triplet: BA, A3 and 61. RGB value is (186,163,97). Sum of RGB (Red+Green+Blue) = 186+163+97=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA361 is #455C9E. Grayscale: #A2A2A2. Windows color (decimal): -4545695 or 6398906. OLE color: 6398906.

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

Color convert

RGB18616397-
CMYK00.120.480.27
HSL44.49º39.21%55.49%-
HSV(B)44.49º47.85%72.94%-
XYZ35.537.516.68-
YUV162.3591.12144.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 163 (64.06% from 255) = 36.55%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=41.70%
G=36.55%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861639700.120.480.2744.4939.2155.49
HexBAA3610C301B2c2737
Octal2722431410146033544767
Binary101110101010001111000010110011000011011101100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA361; }

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

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

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

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

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

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

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

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