#BEA862

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

Shades of Laser #BEA862

Tints of Laser #BEA862

Color information

#BEA862 (or 0xBEA862) is unknown color: approx Laser. HEX triplet: BE, A8 and 62. RGB value is (190,168,98). Sum of RGB (Red+Green+Blue) = 190+168+98=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA862 is #41579D. Grayscale: #A6A6A6. Windows color (decimal): -4282270 or 6465726. OLE color: 6465726.

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

Color convert

RGB19016898-
CMYK00.120.480.25
HSL45.65º41.44%56.47%-
HSV(B)45.65º48.42%74.51%-
XYZ37.4439.8317.27-
YUV166.689.29144.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 168 (66.02% from 255) = 36.84%
BLUE value IS 98 (38.67% from 255) = 21.49%
R=41.67%
G=36.84%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901689800.120.480.2545.6541.4456.47
HexBEA8620C30192e2938
Octal2762501420146031565170
Binary101111101010100011000100110011000011001101110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA862; }

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

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

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

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

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

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

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

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