#BEA666

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

Shades of Laser #BEA666

Tints of Laser #BEA666

Color information

#BEA666 (or 0xBEA666) is unknown color: approx Laser. HEX triplet: BE, A6 and 66. RGB value is (190,166,102). Sum of RGB (Red+Green+Blue) = 190+166+102=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA666 is #415999. Grayscale: #A6A6A6. Windows color (decimal): -4282778 or 6727358. OLE color: 6727358.

HSL color Cylindrical-coordinate representation of color #BEA666: hue angle of 43.64º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEA666 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB190166102-
CMYK00.130.460.25
HSL43.64º40.37%57.25%-
HSV(B)43.64º46.32%74.51%-
XYZ37.2739.1818.17-
YUV165.8891.95145.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 102 (40.23% from 255) = 22.27%
R=41.48%
G=36.24%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016610200.130.460.2543.6440.3757.25
HexBEA6660D2E192c2839
Octal2762461460155631545071
Binary101111101010011011001100110110111011001101100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA666; }

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

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

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

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

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

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

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

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