#BEA660

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

Shades of Laser #BEA660

Tints of Laser #BEA660

Color information

#BEA660 (or 0xBEA660) is unknown color: approx Laser. HEX triplet: BE, A6 and 60. RGB value is (190,166,96). Sum of RGB (Red+Green+Blue) = 190+166+96=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA660 is #41599F. Grayscale: #A5A5A5. Windows color (decimal): -4282784 or 6334142. OLE color: 6334142.

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

Color convert

RGB19016696-
CMYK00.130.490.25
HSL44.68º41.96%56.08%-
HSV(B)44.68º49.47%74.51%-
XYZ36.9839.0616.66-
YUV165.288.95145.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 166 (65.23% from 255) = 36.73%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=42.04%
G=36.73%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901669600.130.490.2544.6841.9656.08
HexBEA6600D31192d2a38
Octal2762461400156131555270
Binary101111101010011011000000110111000111001101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA660; }

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

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

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

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

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

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

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

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