#BEA159

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

Shades of Laser #BEA159

Tints of Laser #BEA159

Color information

#BEA159 (or 0xBEA159) is unknown color: approx Laser. HEX triplet: BE, A1 and 59. RGB value is (190,161,89). Sum of RGB (Red+Green+Blue) = 190+161+89=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA159 is #415EA6. Grayscale: #A1A1A1. Windows color (decimal): -4284071 or 5874110. OLE color: 5874110.

HSL color Cylindrical-coordinate representation of color #BEA159: hue angle of 42.77º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEA159 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19016189-
CMYK00.150.530.25
HSL42.77º43.72%54.71%-
HSV(B)42.77º53.16%74.51%-
XYZ35.7837.1614.74-
YUV161.4687.11148.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 89 (35.16% from 255) = 20.23%
R=43.18%
G=36.59%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901618900.150.530.2542.7743.7254.71
HexBEA1590F35192b2c37
Octal2762411310176531535467
Binary101111101010000110110010111111010111001101011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA159; }

 p { color: rgb(190,161,89); }

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

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

 a { background-color: rgb(190,161,89); }

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

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

 span { border-color: rgb(190,161,89); }

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