#BEA564

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

Shades of Laser #BEA564

Tints of Laser #BEA564

Color information

#BEA564 (or 0xBEA564) is unknown color: approx Laser. HEX triplet: BE, A5 and 64. RGB value is (190,165,100). Sum of RGB (Red+Green+Blue) = 190+165+100=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA564 is #415A9B. Grayscale: #A5A5A5. Windows color (decimal): -4283036 or 6596030. OLE color: 6596030.

HSL color Cylindrical-coordinate representation of color #BEA564: hue angle of 43.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEA564 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB190165100-
CMYK00.130.470.25
HSL43.33º40.91%56.86%-
HSV(B)43.33º47.37%74.51%-
XYZ36.9938.7817.59-
YUV165.0691.28145.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=41.76%
G=36.26%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016510000.130.470.2543.3340.9156.86
HexBEA5640D2F192b2939
Octal2762451440155731535171
Binary101111101010010111001000110110111111001101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA564; }

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

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

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

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

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

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

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

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