#BAA163

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

Shades of Laser #BAA163

Tints of Laser #BAA163

Color information

#BAA163 (or 0xBAA163) is unknown color: approx Laser. HEX triplet: BA, A1 and 63. RGB value is (186,161,99). Sum of RGB (Red+Green+Blue) = 186+161+99=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA163 is #455E9C. Grayscale: #A1A1A1. Windows color (decimal): -4546205 or 6529466. OLE color: 6529466.

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

Color convert

RGB18616199-
CMYK00.130.470.27
HSL42.76º38.67%55.88%-
HSV(B)42.76º46.77%72.94%-
XYZ35.2536.8317.06-
YUV161.4192.78145.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 161 (63.28% from 255) = 36.10%
BLUE value IS 99 (39.06% from 255) = 22.20%
R=41.70%
G=36.10%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861619900.130.470.2742.7638.6755.88
HexBAA1630D2F1B2b2738
Octal2722411430155733534770
Binary101110101010000111000110110110111111011101011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA163; }

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

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

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

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

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

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

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

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