#BEA469

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

Shades of Laser #BEA469

Tints of Laser #BEA469

Color information

#BEA469 (or 0xBEA469) is unknown color: approx Laser. HEX triplet: BE, A4 and 69. RGB value is (190,164,105). Sum of RGB (Red+Green+Blue) = 190+164+105=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA469 is #415B96. Grayscale: #A5A5A5. Windows color (decimal): -4283287 or 6923454. OLE color: 6923454.

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

Color convert

RGB190164105-
CMYK00.140.450.25
HSL41.65º39.53%57.84%-
HSV(B)41.65º44.74%74.51%-
XYZ37.0638.5218.85-
YUV165.0594.11145.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=41.39%
G=35.73%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016410500.140.450.2541.6539.5357.84
HexBEA4690E2D192a283a
Octal2762441510165531525072
Binary101111101010010011010010111010110111001101010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA469; }

 p { color: rgb(190,164,105); }

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

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

 a { background-color: rgb(190,164,105); }

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

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

 span { border-color: rgb(190,164,105); }

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