#BEA75F

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

Shades of Laser #BEA75F

Tints of Laser #BEA75F

Color information

#BEA75F (or 0xBEA75F) is unknown color: approx Laser. HEX triplet: BE, A7 and 5F. RGB value is (190,167,95). Sum of RGB (Red+Green+Blue) = 190+167+95=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA75F is #4158A0. Grayscale: #A5A5A5. Windows color (decimal): -4282529 or 6268862. OLE color: 6268862.

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

Color convert

RGB19016795-
CMYK00.120.50.25
HSL45.47º42.22%55.88%-
HSV(B)45.47º50%74.51%-
XYZ37.1239.4116.48-
YUV165.6788.12145.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 167 (65.62% from 255) = 36.95%
BLUE value IS 95 (37.5% from 255) = 21.02%
R=42.04%
G=36.95%
B=21.02%

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
Decimal1901679500.120.50.2545.4742.2255.88
HexBEA75F0C32192d2a38
Octal2762471370146231555270
Binary101111101010011110111110110011001011001101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA75F; }

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

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

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

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

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

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

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

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