#BEA55D

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

Shades of Laser #BEA55D

Tints of Laser #BEA55D

Color information

#BEA55D (or 0xBEA55D) is unknown color: approx Laser. HEX triplet: BE, A5 and 5D. RGB value is (190,165,93). Sum of RGB (Red+Green+Blue) = 190+165+93=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA55D is #415AA2. Grayscale: #A4A4A4. Windows color (decimal): -4283043 or 6137278. OLE color: 6137278.

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

Color convert

RGB19016593-
CMYK00.130.510.25
HSL44.54º42.73%55.49%-
HSV(B)44.54º51.05%74.51%-
XYZ36.6738.6515.88-
YUV164.2787.78146.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 165 (64.84% from 255) = 36.83%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=42.41%
G=36.83%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901659300.130.510.2544.5442.7355.49
HexBEA55D0D33192d2b37
Octal2762451350156331555367
Binary101111101010010110111010110111001111001101101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA55D; }

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

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

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

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

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

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

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

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