#BEA859

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

Shades of Laser #BEA859

Tints of Laser #BEA859

Color information

#BEA859 (or 0xBEA859) is unknown color: approx Laser. HEX triplet: BE, A8 and 59. RGB value is (190,168,89). Sum of RGB (Red+Green+Blue) = 190+168+89=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA859 is #4157A6. Grayscale: #A5A5A5. Windows color (decimal): -4282279 or 5875902. OLE color: 5875902.

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

Color convert

RGB19016889-
CMYK00.120.530.25
HSL46.93º43.72%54.71%-
HSV(B)46.93º53.16%74.51%-
XYZ37.0439.6715.16-
YUV165.5784.79145.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 168 (66.02% from 255) = 37.58%
BLUE value IS 89 (35.16% from 255) = 19.91%
R=42.51%
G=37.58%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901688900.120.530.2546.9343.7254.71
HexBEA8590C35192f2c37
Octal2762501310146531575467
Binary101111101010100010110010110011010111001101111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA859; }

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

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

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

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

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

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

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

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