#BEA461

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

Shades of Laser #BEA461

Tints of Laser #BEA461

Color information

#BEA461 (or 0xBEA461) is unknown color: approx Laser. HEX triplet: BE, A4 and 61. RGB value is (190,164,97). Sum of RGB (Red+Green+Blue) = 190+164+97=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA461 is #415B9E. Grayscale: #A4A4A4. Windows color (decimal): -4283295 or 6399166. OLE color: 6399166.

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

Color convert

RGB19016497-
CMYK00.140.490.25
HSL43.23º41.7%56.27%-
HSV(B)43.23º48.95%74.51%-
XYZ36.6738.3616.78-
YUV164.1490.11146.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=42.13%
G=36.36%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901649700.140.490.2543.2341.756.27
HexBEA4610E31192b2a38
Octal2762441410166131535270
Binary101111101010010011000010111011000111001101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA461; }

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

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

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

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

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

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

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

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