#BEA759

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

Shades of Laser #BEA759

Tints of Laser #BEA759

Color information

#BEA759 (or 0xBEA759) is unknown color: approx Laser. HEX triplet: BE, A7 and 59. RGB value is (190,167,89). Sum of RGB (Red+Green+Blue) = 190+167+89=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA759 is #4158A6. Grayscale: #A5A5A5. Windows color (decimal): -4282535 or 5875646. OLE color: 5875646.

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

Color convert

RGB19016789-
CMYK00.120.530.25
HSL46.34º43.72%54.71%-
HSV(B)46.34º53.16%74.51%-
XYZ36.8639.3115.1-
YUV164.9885.12145.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 167 (65.62% from 255) = 37.44%
BLUE value IS 89 (35.16% from 255) = 19.96%
R=42.60%
G=37.44%
B=19.96%

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
Decimal1901678900.120.530.2546.3443.7254.71
HexBEA7590C35192e2c37
Octal2762471310146531565467
Binary101111101010011110110010110011010111001101110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA759; }

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

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

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

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

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

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

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

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