#BEA35E

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

Shades of Laser #BEA35E

Tints of Laser #BEA35E

Color information

#BEA35E (or 0xBEA35E) is unknown color: approx Laser. HEX triplet: BE, A3 and 5E. RGB value is (190,163,94). Sum of RGB (Red+Green+Blue) = 190+163+94=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA35E is #415CA1. Grayscale: #A3A3A3. Windows color (decimal): -4283554 or 6202302. OLE color: 6202302.

HSL color Cylindrical-coordinate representation of color #BEA35E: hue angle of 43.12º 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 #BEA35E is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19016394-
CMYK00.140.510.25
HSL43.12º42.48%55.69%-
HSV(B)43.12º50.53%74.51%-
XYZ36.3537.9516-
YUV163.2188.95147.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 163 (64.06% from 255) = 36.47%
BLUE value IS 94 (37.11% from 255) = 21.03%
R=42.51%
G=36.47%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901639400.140.510.2543.1242.4855.69
HexBEA35E0E33192b2a38
Octal2762431360166331535270
Binary101111101010001110111100111011001111001101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA35E; }

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

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

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

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

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

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

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

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