#BAA358

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

Shades of Laser #BAA358

Tints of Laser #BAA358

Color information

#BAA358 (or 0xBAA358) is unknown color: approx Laser. HEX triplet: BA, A3 and 58. RGB value is (186,163,88). Sum of RGB (Red+Green+Blue) = 186+163+88=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA358 is #455CA7. Grayscale: #A1A1A1. Windows color (decimal): -4545704 or 5809082. OLE color: 5809082.

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

Color convert

RGB18616388-
CMYK00.120.530.27
HSL45.92º41.53%53.73%-
HSV(B)45.92º52.69%72.94%-
XYZ35.1137.3414.59-
YUV161.3386.62145.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 163 (64.06% from 255) = 37.30%
BLUE value IS 88 (34.77% from 255) = 20.14%
R=42.56%
G=37.30%
B=20.14%

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
Decimal1861638800.120.530.2745.9241.5353.73
HexBAA3580C351B2e2a36
Octal2722431300146533565266
Binary101110101010001110110000110011010111011101110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA358; }

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

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

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

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

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

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

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

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