#BEA464

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

Shades of Laser #BEA464

Tints of Laser #BEA464

Color information

#BEA464 (or 0xBEA464) is unknown color: approx Laser. HEX triplet: BE, A4 and 64. RGB value is (190,164,100). Sum of RGB (Red+Green+Blue) = 190+164+100=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA464 is #415B9B. Grayscale: #A4A4A4. Windows color (decimal): -4283292 or 6595774. OLE color: 6595774.

HSL color Cylindrical-coordinate representation of color #BEA464: hue angle of 42.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEA464 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB190164100-
CMYK00.140.470.25
HSL42.67º40.91%56.86%-
HSV(B)42.67º47.37%74.51%-
XYZ36.8138.4217.53-
YUV164.4891.61146.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 100 (39.45% from 255) = 22.03%
R=41.85%
G=36.12%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016410000.140.470.2542.6740.9156.86
HexBEA4640E2F192b2939
Octal2762441440165731535171
Binary101111101010010011001000111010111111001101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA464; }

 p { color: rgb(190,164,100); }

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

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

 a { background-color: rgb(190,164,100); }

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

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

 span { border-color: rgb(190,164,100); }

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