#BEA962

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

Shades of Laser #BEA962

Tints of Laser #BEA962

Color information

#BEA962 (or 0xBEA962) is unknown color: approx Laser. HEX triplet: BE, A9 and 62. RGB value is (190,169,98). Sum of RGB (Red+Green+Blue) = 190+169+98=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA962 is #41569D. Grayscale: #A7A7A7. Windows color (decimal): -4282014 or 6465982. OLE color: 6465982.

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

Color convert

RGB19016998-
CMYK00.110.480.25
HSL46.3º41.44%56.47%-
HSV(B)46.3º48.42%74.51%-
XYZ37.6340.217.33-
YUV167.1888.96144.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 98 (38.67% from 255) = 21.44%
R=41.58%
G=36.98%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901699800.110.480.2546.341.4456.47
HexBEA9620B30192e2938
Octal2762511420136031565170
Binary101111101010100111000100101111000011001101110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA962; }

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

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

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

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

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

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

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

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