#BAA357

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

Shades of Laser #BAA357

Tints of Laser #BAA357

Color information

#BAA357 (or 0xBAA357) is unknown color: approx Laser. HEX triplet: BA, A3 and 57. RGB value is (186,163,87). Sum of RGB (Red+Green+Blue) = 186+163+87=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA357 is #455CA8. Grayscale: #A1A1A1. Windows color (decimal): -4545705 or 5743546. OLE color: 5743546.

HSL color Cylindrical-coordinate representation of color #BAA357: hue angle of 46.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAA357 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18616387-
CMYK00.120.530.27
HSL46.06º41.77%53.53%-
HSV(B)46.06º53.23%72.94%-
XYZ35.0737.3214.37-
YUV161.2186.12145.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 87 (34.38% from 255) = 19.95%
R=42.66%
G=37.39%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861638700.120.530.2746.0641.7753.53
HexBAA3570C351B2e2a36
Octal2722431270146533565266
Binary101110101010001110101110110011010111011101110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA357; }

 p { color: rgb(186,163,87); }

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

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

 a { background-color: rgb(186,163,87); }

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

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

 span { border-color: rgb(186,163,87); }

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