#BEA35F

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

Shades of Laser #BEA35F

Tints of Laser #BEA35F

Color information

#BEA35F (or 0xBEA35F) is unknown color: approx Laser. HEX triplet: BE, A3 and 5F. RGB value is (190,163,95). Sum of RGB (Red+Green+Blue) = 190+163+95=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA35F is #415CA0. Grayscale: #A3A3A3. Windows color (decimal): -4283553 or 6267838. OLE color: 6267838.

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

Color convert

RGB19016395-
CMYK00.140.50.25
HSL42.95º42.22%55.88%-
HSV(B)42.95º50%74.51%-
XYZ36.437.9716.24-
YUV163.3289.45147.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 163 (64.06% from 255) = 36.38%
BLUE value IS 95 (37.5% from 255) = 21.21%
R=42.41%
G=36.38%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901639500.140.50.2542.9542.2255.88
HexBEA35F0E32192b2a38
Octal2762431370166231535270
Binary101111101010001110111110111011001011001101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA35F; }

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

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

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

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

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

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

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

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