#BEA157

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

Shades of Laser #BEA157

Tints of Laser #BEA157

Color information

#BEA157 (or 0xBEA157) is unknown color: approx Laser. HEX triplet: BE, A1 and 57. RGB value is (190,161,87). Sum of RGB (Red+Green+Blue) = 190+161+87=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA157 is #415EA8. Grayscale: #A1A1A1. Windows color (decimal): -4284073 or 5743038. OLE color: 5743038.

HSL color Cylindrical-coordinate representation of color #BEA157: hue angle of 43.11º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEA157 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB19016187-
CMYK00.150.540.25
HSL43.11º44.21%54.31%-
HSV(B)43.11º54.21%74.51%-
XYZ35.737.1314.3-
YUV161.2386.11148.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 161 (63.28% from 255) = 36.76%
BLUE value IS 87 (34.38% from 255) = 19.86%
R=43.38%
G=36.76%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901618700.150.540.2543.1144.2154.31
HexBEA1570F36192b2c36
Octal2762411270176631535466
Binary101111101010000110101110111111011011001101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA157; }

 p { color: rgb(190,161,87); }

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

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

 a { background-color: rgb(190,161,87); }

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

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

 span { border-color: rgb(190,161,87); }

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