#BEA258

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

Shades of Laser #BEA258

Tints of Laser #BEA258

Color information

#BEA258 (or 0xBEA258) is unknown color: approx Laser. HEX triplet: BE, A2 and 58. RGB value is (190,162,88). Sum of RGB (Red+Green+Blue) = 190+162+88=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA258 is #415DA7. Grayscale: #A2A2A2. Windows color (decimal): -4283816 or 5808830. OLE color: 5808830.

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

Color convert

RGB19016288-
CMYK00.150.540.25
HSL43.53º43.97%54.51%-
HSV(B)43.53º53.68%74.51%-
XYZ35.9237.4914.58-
YUV161.9486.28148.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 88 (34.77% from 255) = 20%
R=43.18%
G=36.82%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901628800.150.540.2543.5343.9754.51
HexBEA2580F36192c2c37
Octal2762421300176631545467
Binary101111101010001010110000111111011011001101100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA258; }

 p { color: rgb(190,162,88); }

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

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

 a { background-color: rgb(190,162,88); }

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

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

 span { border-color: rgb(190,162,88); }

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