#BEA25D

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

Shades of Laser #BEA25D

Tints of Laser #BEA25D

Color information

#BEA25D (or 0xBEA25D) is unknown color: approx Laser. HEX triplet: BE, A2 and 5D. RGB value is (190,162,93). Sum of RGB (Red+Green+Blue) = 190+162+93=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA25D is #415DA2. Grayscale: #A2A2A2. Windows color (decimal): -4283811 or 6136510. OLE color: 6136510.

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

Color convert

RGB19016293-
CMYK00.150.510.25
HSL42.68º42.73%55.49%-
HSV(B)42.68º51.05%74.51%-
XYZ36.1337.5815.7-
YUV162.5188.78147.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 93 (36.72% from 255) = 20.90%
R=42.70%
G=36.40%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901629300.150.510.2542.6842.7355.49
HexBEA25D0F33192b2b37
Octal2762421350176331535367
Binary101111101010001010111010111111001111001101011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA25D; }

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

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

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

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

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

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

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

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