#BEA75E

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

Shades of Laser #BEA75E

Tints of Laser #BEA75E

Color information

#BEA75E (or 0xBEA75E) is unknown color: approx Laser. HEX triplet: BE, A7 and 5E. RGB value is (190,167,94). Sum of RGB (Red+Green+Blue) = 190+167+94=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA75E is #4158A1. Grayscale: #A5A5A5. Windows color (decimal): -4282530 or 6203326. OLE color: 6203326.

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

Color convert

RGB19016794-
CMYK00.120.510.25
HSL45.62º42.48%55.69%-
HSV(B)45.62º50.53%74.51%-
XYZ37.0739.3916.24-
YUV165.5687.62145.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 94 (37.11% from 255) = 20.84%
R=42.13%
G=37.03%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901679400.120.510.2545.6242.4855.69
HexBEA75E0C33192e2a38
Octal2762471360146331565270
Binary101111101010011110111100110011001111001101110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA75E; }

 p { color: rgb(190,167,94); }

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

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

 a { background-color: rgb(190,167,94); }

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

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

 span { border-color: rgb(190,167,94); }

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