#BEA362

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

Shades of Laser #BEA362

Tints of Laser #BEA362

Color information

#BEA362 (or 0xBEA362) is unknown color: approx Laser. HEX triplet: BE, A3 and 62. RGB value is (190,163,98). Sum of RGB (Red+Green+Blue) = 190+163+98=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA362 is #415C9D. Grayscale: #A3A3A3. Windows color (decimal): -4283550 or 6464446. OLE color: 6464446.

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

Color convert

RGB19016398-
CMYK00.140.480.25
HSL42.39º41.44%56.47%-
HSV(B)42.39º48.42%74.51%-
XYZ36.5438.0216.97-
YUV163.6690.95146.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 163 (64.06% from 255) = 36.14%
BLUE value IS 98 (38.67% from 255) = 21.73%
R=42.13%
G=36.14%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901639800.140.480.2542.3941.4456.47
HexBEA3620E30192a2938
Octal2762431420166031525170
Binary101111101010001111000100111011000011001101010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA362; }

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

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

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

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

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

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

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

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