#BAA268

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

Shades of Laser #BAA268

Tints of Laser #BAA268

Color information

#BAA268 (or 0xBAA268) is unknown color: approx Laser. HEX triplet: BA, A2 and 68. RGB value is (186,162,104). Sum of RGB (Red+Green+Blue) = 186+162+104=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA268 is #455D97. Grayscale: #A2A2A2. Windows color (decimal): -4545944 or 6857402. OLE color: 6857402.

HSL color Cylindrical-coordinate representation of color #BAA268: hue angle of 42.44º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAA268 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB186162104-
CMYK00.130.440.27
HSL42.44º37.27%56.86%-
HSV(B)42.44º44.09%72.94%-
XYZ35.6737.2818.41-
YUV162.5694.95144.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 104 (41.02% from 255) = 23.01%
R=41.15%
G=35.84%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616210400.130.440.2742.4437.2756.86
HexBAA2680D2C1B2a2539
Octal2722421500155433524571
Binary101110101010001011010000110110110011011101010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA268; }

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

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

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

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

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

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

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

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