#BEA25B

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

Shades of Laser #BEA25B

Tints of Laser #BEA25B

Color information

#BEA25B (or 0xBEA25B) is unknown color: approx Laser. HEX triplet: BE, A2 and 5B. RGB value is (190,162,91). Sum of RGB (Red+Green+Blue) = 190+162+91=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA25B is #415DA4. Grayscale: #A2A2A2. Windows color (decimal): -4283813 or 6005438. OLE color: 6005438.

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

Color convert

RGB19016291-
CMYK00.150.520.25
HSL43.03º43.23%55.1%-
HSV(B)43.03º52.11%74.51%-
XYZ36.0437.5415.24-
YUV162.2887.78147.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=42.89%
G=36.57%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901629100.150.520.2543.0343.2355.1
HexBEA25B0F34192b2b37
Octal2762421330176431535367
Binary101111101010001010110110111111010011001101011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA25B; }

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

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

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

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

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

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

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

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