#BAA166

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

Shades of Laser #BAA166

Tints of Laser #BAA166

Color information

#BAA166 (or 0xBAA166) is unknown color: approx Laser. HEX triplet: BA, A1 and 66. RGB value is (186,161,102). Sum of RGB (Red+Green+Blue) = 186+161+102=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA166 is #455E99. Grayscale: #A2A2A2. Windows color (decimal): -4546202 or 6726074. OLE color: 6726074.

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

Color convert

RGB186161102-
CMYK00.130.450.27
HSL42.14º37.84%56.47%-
HSV(B)42.14º45.16%72.94%-
XYZ35.3936.8917.83-
YUV161.7594.28145.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 161 (63.28% from 255) = 35.86%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=41.43%
G=35.86%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616110200.130.450.2742.1437.8456.47
HexBAA1660D2D1B2a2638
Octal2722411460155533524670
Binary101110101010000111001100110110110111011101010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA166; }

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

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

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

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

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

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

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

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