#BEA964

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

Shades of Laser #BEA964

Tints of Laser #BEA964

Color information

#BEA964 (or 0xBEA964) is unknown color: approx Laser. HEX triplet: BE, A9 and 64. RGB value is (190,169,100). Sum of RGB (Red+Green+Blue) = 190+169+100=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA964 is #41569B. Grayscale: #A7A7A7. Windows color (decimal): -4282012 or 6597054. OLE color: 6597054.

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

Color convert

RGB190169100-
CMYK00.110.470.25
HSL46º40.91%56.86%-
HSV(B)46º47.37%74.51%-
XYZ37.7240.2417.84-
YUV167.4189.96144.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 100 (39.45% from 255) = 21.79%
R=41.39%
G=36.82%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016910000.110.470.254640.9156.86
HexBEA9640B2F192e2939
Octal2762511440135731565171
Binary101111101010100111001000101110111111001101110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA964; }

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

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

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

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

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

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

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

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