#BEA35D

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

Shades of Laser #BEA35D

Tints of Laser #BEA35D

Color information

#BEA35D (or 0xBEA35D) is unknown color: approx Laser. HEX triplet: BE, A3 and 5D. RGB value is (190,163,93). Sum of RGB (Red+Green+Blue) = 190+163+93=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA35D is #415CA2. Grayscale: #A3A3A3. Windows color (decimal): -4283555 or 6136766. OLE color: 6136766.

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

Color convert

RGB19016393-
CMYK00.140.510.25
HSL43.3º42.73%55.49%-
HSV(B)43.3º51.05%74.51%-
XYZ36.3137.9315.76-
YUV163.0988.45147.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 163 (64.06% from 255) = 36.55%
BLUE value IS 93 (36.72% from 255) = 20.85%
R=42.60%
G=36.55%
B=20.85%

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
Decimal1901639300.140.510.2543.342.7355.49
HexBEA35D0E33192b2b37
Octal2762431350166331535367
Binary101111101010001110111010111011001111001101011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA35D; }

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

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

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

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

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

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

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

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