#BEA85F

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

Shades of Laser #BEA85F

Tints of Laser #BEA85F

Color information

#BEA85F (or 0xBEA85F) is unknown color: approx Laser. HEX triplet: BE, A8 and 5F. RGB value is (190,168,95). Sum of RGB (Red+Green+Blue) = 190+168+95=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA85F is #4157A0. Grayscale: #A6A6A6. Windows color (decimal): -4282273 or 6269118. OLE color: 6269118.

HSL color Cylindrical-coordinate representation of color #BEA85F: hue angle of 46.11º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEA85F is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.25.

Color convert

RGB19016895-
CMYK00.120.50.25
HSL46.11º42.22%55.88%-
HSV(B)46.11º50%74.51%-
XYZ37.339.7816.54-
YUV166.2687.79144.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 168 (66.02% from 255) = 37.09%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=41.94%
G=37.09%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901689500.120.50.2546.1142.2255.88
HexBEA85F0C32192e2a38
Octal2762501370146231565270
Binary101111101010100010111110110011001011001101110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA85F; }

 p { color: rgb(190,168,95); }

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

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

 a { background-color: rgb(190,168,95); }

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

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

 span { border-color: rgb(190,168,95); }

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