#BEA162

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

Shades of Laser #BEA162

Tints of Laser #BEA162

Color information

#BEA162 (or 0xBEA162) is unknown color: approx Laser. HEX triplet: BE, A1 and 62. RGB value is (190,161,98). Sum of RGB (Red+Green+Blue) = 190+161+98=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA162 is #415E9D. Grayscale: #A2A2A2. Windows color (decimal): -4284062 or 6463934. OLE color: 6463934.

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

Color convert

RGB19016198-
CMYK00.150.480.25
HSL41.09º41.44%56.47%-
HSV(B)41.09º48.42%74.51%-
XYZ36.1837.3216.85-
YUV162.4991.61147.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 161 (63.28% from 255) = 35.86%
BLUE value IS 98 (38.67% from 255) = 21.83%
R=42.32%
G=35.86%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901619800.150.480.2541.0941.4456.47
HexBEA1620F3019292938
Octal2762411420176031515170
Binary101111101010000111000100111111000011001101001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA162; }

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

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

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

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

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

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

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

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