#BAA359

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

Shades of Laser #BAA359

Tints of Laser #BAA359

Color information

#BAA359 (or 0xBAA359) is unknown color: approx Laser. HEX triplet: BA, A3 and 59. RGB value is (186,163,89). Sum of RGB (Red+Green+Blue) = 186+163+89=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA359 is #455CA6. Grayscale: #A1A1A1. Windows color (decimal): -4545703 or 5874618. OLE color: 5874618.

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

Color convert

RGB18616389-
CMYK00.120.520.27
HSL45.77º41.28%53.92%-
HSV(B)45.77º52.15%72.94%-
XYZ35.1537.3514.81-
YUV161.4487.12145.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 163 (64.06% from 255) = 37.21%
BLUE value IS 89 (35.16% from 255) = 20.32%
R=42.47%
G=37.21%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861638900.120.520.2745.7741.2853.92
HexBAA3590C341B2e2936
Octal2722431310146433565166
Binary101110101010001110110010110011010011011101110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA359; }

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

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

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

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

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

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

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

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