#BEA05D

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

Shades of Laser #BEA05D

Tints of Laser #BEA05D

Color information

#BEA05D (or 0xBEA05D) is unknown color: approx Laser. HEX triplet: BE, A0 and 5D. RGB value is (190,160,93). Sum of RGB (Red+Green+Blue) = 190+160+93=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA05D is #415FA2. Grayscale: #A1A1A1. Windows color (decimal): -4284323 or 6135998. OLE color: 6135998.

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

Color convert

RGB19016093-
CMYK00.160.510.25
HSL41.44º42.73%55.49%-
HSV(B)41.44º51.05%74.51%-
XYZ35.7836.8815.59-
YUV161.3389.44148.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 160 (62.89% from 255) = 36.12%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=42.89%
G=36.12%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901609300.160.510.2541.4442.7355.49
HexBEA05D0103319292b37
Octal2762401350206331515367
Binary1011111010100000101110101000011001111001101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA05D; }

 p { color: rgb(190,160,93); }

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

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

 a { background-color: rgb(190,160,93); }

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

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

 span { border-color: rgb(190,160,93); }

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