#BAA161

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

Shades of Laser #BAA161

Tints of Laser #BAA161

Color information

#BAA161 (or 0xBAA161) is unknown color: approx Laser. HEX triplet: BA, A1 and 61. RGB value is (186,161,97). Sum of RGB (Red+Green+Blue) = 186+161+97=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA161 is #455E9E. Grayscale: #A1A1A1. Windows color (decimal): -4546207 or 6398394. OLE color: 6398394.

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

Color convert

RGB18616197-
CMYK00.130.480.27
HSL43.15º39.21%55.49%-
HSV(B)43.15º47.85%72.94%-
XYZ35.1536.7916.56-
YUV161.1891.78145.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 161 (63.28% from 255) = 36.26%
BLUE value IS 97 (38.28% from 255) = 21.85%
R=41.89%
G=36.26%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861619700.130.480.2743.1539.2155.49
HexBAA1610D301B2b2737
Octal2722411410156033534767
Binary101110101010000111000010110111000011011101011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA161; }

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

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

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

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

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

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

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

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