#BEA160

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

Shades of Laser #BEA160

Tints of Laser #BEA160

Color information

#BEA160 (or 0xBEA160) is unknown color: approx Laser. HEX triplet: BE, A1 and 60. RGB value is (190,161,96). Sum of RGB (Red+Green+Blue) = 190+161+96=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA160 is #415E9F. Grayscale: #A2A2A2. Windows color (decimal): -4284064 or 6332862. OLE color: 6332862.

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

Color convert

RGB19016196-
CMYK00.150.490.25
HSL41.49º41.96%56.08%-
HSV(B)41.49º49.47%74.51%-
XYZ36.0937.2816.36-
YUV162.2690.61147.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 161 (63.28% from 255) = 36.02%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=42.51%
G=36.02%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901619600.150.490.2541.4941.9656.08
HexBEA1600F3119292a38
Octal2762411400176131515270
Binary101111101010000111000000111111000111001101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA160; }

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

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

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

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

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

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

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

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