#BEA465

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

Shades of Laser #BEA465

Tints of Laser #BEA465

Color information

#BEA465 (or 0xBEA465) is unknown color: approx Laser. HEX triplet: BE, A4 and 65. RGB value is (190,164,101). Sum of RGB (Red+Green+Blue) = 190+164+101=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA465 is #415B9A. Grayscale: #A4A4A4. Windows color (decimal): -4283291 or 6661310. OLE color: 6661310.

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

Color convert

RGB190164101-
CMYK00.140.470.25
HSL42.47º40.64%57.06%-
HSV(B)42.47º46.84%74.51%-
XYZ36.8638.4417.79-
YUV164.5992.11146.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=41.76%
G=36.04%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016410100.140.470.2542.4740.6457.06
HexBEA4650E2F192a2939
Octal2762441450165731525171
Binary101111101010010011001010111010111111001101010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA465; }

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

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

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

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

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

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

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

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