#BEA66B

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

Shades of Laser #BEA66B

Tints of Laser #BEA66B

Color information

#BEA66B (or 0xBEA66B) is unknown color: approx Laser. HEX triplet: BE, A6 and 6B. RGB value is (190,166,107). Sum of RGB (Red+Green+Blue) = 190+166+107=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA66B is #415994. Grayscale: #A6A6A6. Windows color (decimal): -4282773 or 7055038. OLE color: 7055038.

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

Color convert

RGB190166107-
CMYK00.130.440.25
HSL42.65º38.97%58.24%-
HSV(B)42.65º43.68%74.51%-
XYZ37.5339.2819.51-
YUV166.4594.45144.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 107 (42.19% from 255) = 23.11%
R=41.04%
G=35.85%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016610700.130.440.2542.6538.9758.24
HexBEA66B0D2C192b273a
Octal2762461530155431534772
Binary101111101010011011010110110110110011001101011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA66B; }

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

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

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

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

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

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

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

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