#BEA35C

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

Shades of Laser #BEA35C

Tints of Laser #BEA35C

Color information

#BEA35C (or 0xBEA35C) is unknown color: approx Laser. HEX triplet: BE, A3 and 5C. RGB value is (190,163,92). Sum of RGB (Red+Green+Blue) = 190+163+92=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA35C is #415CA3. Grayscale: #A3A3A3. Windows color (decimal): -4283556 or 6071230. OLE color: 6071230.

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

Color convert

RGB19016392-
CMYK00.140.520.25
HSL43.47º42.98%55.29%-
HSV(B)43.47º51.58%74.51%-
XYZ36.2637.9115.53-
YUV162.9887.95147.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 163 (64.06% from 255) = 36.63%
BLUE value IS 92 (36.33% from 255) = 20.67%
R=42.70%
G=36.63%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901639200.140.520.2543.4742.9855.29
HexBEA35C0E34192b2b37
Octal2762431340166431535367
Binary101111101010001110111000111011010011001101011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA35C; }

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

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

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

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

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

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

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

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