#BEA662

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

Shades of Laser #BEA662

Tints of Laser #BEA662

Color information

#BEA662 (or 0xBEA662) is unknown color: approx Laser. HEX triplet: BE, A6 and 62. RGB value is (190,166,98). Sum of RGB (Red+Green+Blue) = 190+166+98=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA662 is #41599D. Grayscale: #A5A5A5. Windows color (decimal): -4282782 or 6465214. OLE color: 6465214.

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

Color convert

RGB19016698-
CMYK00.130.480.25
HSL44.35º41.44%56.47%-
HSV(B)44.35º48.42%74.51%-
XYZ37.0839.117.15-
YUV165.4289.95145.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 166 (65.23% from 255) = 36.56%
BLUE value IS 98 (38.67% from 255) = 21.59%
R=41.85%
G=36.56%
B=21.59%

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
Decimal1901669800.130.480.2544.3541.4456.47
HexBEA6620D30192c2938
Octal2762461420156031545170
Binary101111101010011011000100110111000011001101100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA662; }

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

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

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

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

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

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

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

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