#BAA263

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

Shades of Laser #BAA263

Tints of Laser #BAA263

Color information

#BAA263 (or 0xBAA263) is unknown color: approx Laser. HEX triplet: BA, A2 and 63. RGB value is (186,162,99). Sum of RGB (Red+Green+Blue) = 186+162+99=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA263 is #455D9C. Grayscale: #A2A2A2. Windows color (decimal): -4545949 or 6529722. OLE color: 6529722.

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

Color convert

RGB18616299-
CMYK00.130.470.27
HSL43.45º38.67%55.88%-
HSV(B)43.45º46.77%72.94%-
XYZ35.4237.1817.11-
YUV161.9992.45145.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 99 (39.06% from 255) = 22.15%
R=41.61%
G=36.24%
B=22.15%

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
Decimal1861629900.130.470.2743.4538.6755.88
HexBAA2630D2F1B2b2738
Octal2722421430155733534770
Binary101110101010001011000110110110111111011101011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA263; }

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

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

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

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

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

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

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

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