#BEA562

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

Shades of Laser #BEA562

Tints of Laser #BEA562

Color information

#BEA562 (or 0xBEA562) is unknown color: approx Laser. HEX triplet: BE, A5 and 62. RGB value is (190,165,98). Sum of RGB (Red+Green+Blue) = 190+165+98=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA562 is #415A9D. Grayscale: #A5A5A5. Windows color (decimal): -4283038 or 6464958. OLE color: 6464958.

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

Color convert

RGB19016598-
CMYK00.130.480.25
HSL43.7º41.44%56.47%-
HSV(B)43.7º48.42%74.51%-
XYZ36.8938.7417.09-
YUV164.8490.28145.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 165 (64.84% from 255) = 36.42%
BLUE value IS 98 (38.67% from 255) = 21.63%
R=41.94%
G=36.42%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901659800.130.480.2543.741.4456.47
HexBEA5620D30192c2938
Octal2762451420156031545170
Binary101111101010010111000100110111000011001101100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA562; }

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

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

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

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

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

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

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

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