#BEA462

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

Shades of Laser #BEA462

Tints of Laser #BEA462

Color information

#BEA462 (or 0xBEA462) is unknown color: approx Laser. HEX triplet: BE, A4 and 62. RGB value is (190,164,98). Sum of RGB (Red+Green+Blue) = 190+164+98=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA462 is #415B9D. Grayscale: #A4A4A4. Windows color (decimal): -4283294 or 6464702. OLE color: 6464702.

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

Color convert

RGB19016498-
CMYK00.140.480.25
HSL43.04º41.44%56.47%-
HSV(B)43.04º48.42%74.51%-
XYZ36.7238.3817.03-
YUV164.2590.61146.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 164 (64.45% from 255) = 36.28%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=42.04%
G=36.28%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901649800.140.480.2543.0441.4456.47
HexBEA4620E30192b2938
Octal2762441420166031535170
Binary101111101010010011000100111011000011001101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA462; }

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

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

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

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

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

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

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

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