#BAA05C

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

Shades of Laser #BAA05C

Tints of Laser #BAA05C

Color information

#BAA05C (or 0xBAA05C) is unknown color: approx Laser. HEX triplet: BA, A0 and 5C. RGB value is (186,160,92). Sum of RGB (Red+Green+Blue) = 186+160+92=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA05C is #455FA3. Grayscale: #A0A0A0. Windows color (decimal): -4546468 or 6070458. OLE color: 6070458.

HSL color Cylindrical-coordinate representation of color #BAA05C: hue angle of 43.4º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAA05C is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18616092-
CMYK00.140.510.27
HSL43.4º40.52%54.51%-
HSV(B)43.4º50.54%72.94%-
XYZ34.7536.3515.31-
YUV160.0289.61146.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 160 (62.89% from 255) = 36.53%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=42.47%
G=36.53%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861609200.140.510.2743.440.5254.51
HexBAA05C0E331B2b2937
Octal2722401340166333535167
Binary101110101010000010111000111011001111011101011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA05C; }

 p { color: rgb(186,160,92); }

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

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

 a { background-color: rgb(186,160,92); }

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

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

 span { border-color: rgb(186,160,92); }

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