#BAA261

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

Shades of Laser #BAA261

Tints of Laser #BAA261

Color information

#BAA261 (or 0xBAA261) is unknown color: approx Laser. HEX triplet: BA, A2 and 61. RGB value is (186,162,97). Sum of RGB (Red+Green+Blue) = 186+162+97=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA261 is #455D9E. Grayscale: #A2A2A2. Windows color (decimal): -4545951 or 6398650. OLE color: 6398650.

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

Color convert

RGB18616297-
CMYK00.130.480.27
HSL43.82º39.21%55.49%-
HSV(B)43.82º47.85%72.94%-
XYZ35.3337.1416.62-
YUV161.7791.45145.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 97 (38.28% from 255) = 21.80%
R=41.80%
G=36.40%
B=21.80%

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
Decimal1861629700.130.480.2743.8239.2155.49
HexBAA2610D301B2c2737
Octal2722421410156033544767
Binary101110101010001011000010110111000011011101100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA261; }

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

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

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

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

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

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

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

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