#BEA668

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

Shades of Laser #BEA668

Tints of Laser #BEA668

Color information

#BEA668 (or 0xBEA668) is unknown color: approx Laser. HEX triplet: BE, A6 and 68. RGB value is (190,166,104). Sum of RGB (Red+Green+Blue) = 190+166+104=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA668 is #415997. Grayscale: #A6A6A6. Windows color (decimal): -4282776 or 6858430. OLE color: 6858430.

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

Color convert

RGB190166104-
CMYK00.130.450.25
HSL43.26º39.81%57.65%-
HSV(B)43.26º45.26%74.51%-
XYZ37.3739.2218.7-
YUV166.1192.95145.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 166 (65.23% from 255) = 36.09%
BLUE value IS 104 (41.02% from 255) = 22.61%
R=41.30%
G=36.09%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016610400.130.450.2543.2639.8157.65
HexBEA6680D2D192b283a
Octal2762461500155531535072
Binary101111101010011011010000110110110111001101011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA668; }

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

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

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

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

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

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

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

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