#BEA65E

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

Shades of Laser #BEA65E

Tints of Laser #BEA65E

Color information

#BEA65E (or 0xBEA65E) is unknown color: approx Laser. HEX triplet: BE, A6 and 5E. RGB value is (190,166,94). Sum of RGB (Red+Green+Blue) = 190+166+94=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA65E is #4159A1. Grayscale: #A5A5A5. Windows color (decimal): -4282786 or 6203070. OLE color: 6203070.

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

Color convert

RGB19016694-
CMYK00.130.510.25
HSL45º42.48%55.69%-
HSV(B)45º50.53%74.51%-
XYZ36.8939.0316.18-
YUV164.9787.95145.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 166 (65.23% from 255) = 36.89%
BLUE value IS 94 (37.11% from 255) = 20.89%
R=42.22%
G=36.89%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901669400.130.510.254542.4855.69
HexBEA65E0D33192d2a38
Octal2762461360156331555270
Binary101111101010011010111100110111001111001101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA65E; }

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

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

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

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

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

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

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

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