#BEA05E

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

Shades of Laser #BEA05E

Tints of Laser #BEA05E

Color information

#BEA05E (or 0xBEA05E) is unknown color: approx Laser. HEX triplet: BE, A0 and 5E. RGB value is (190,160,94). Sum of RGB (Red+Green+Blue) = 190+160+94=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA05E is #415FA1. Grayscale: #A1A1A1. Windows color (decimal): -4284322 or 6201534. OLE color: 6201534.

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

Color convert

RGB19016094-
CMYK00.160.510.25
HSL41.25º42.48%55.69%-
HSV(B)41.25º50.53%74.51%-
XYZ35.8336.915.82-
YUV161.4589.94148.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 160 (62.89% from 255) = 36.04%
BLUE value IS 94 (37.11% from 255) = 21.17%
R=42.79%
G=36.04%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901609400.160.510.2541.2542.4855.69
HexBEA05E0103319292a38
Octal2762401360206331515270
Binary1011111010100000101111001000011001111001101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA05E; }

 p { color: rgb(190,160,94); }

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

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

 a { background-color: rgb(190,160,94); }

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

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

 span { border-color: rgb(190,160,94); }

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