#BEA762

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

Shades of Laser #BEA762

Tints of Laser #BEA762

Color information

#BEA762 (or 0xBEA762) is unknown color: approx Laser. HEX triplet: BE, A7 and 62. RGB value is (190,167,98). Sum of RGB (Red+Green+Blue) = 190+167+98=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA762 is #41589D. Grayscale: #A6A6A6. Windows color (decimal): -4282526 or 6465470. OLE color: 6465470.

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

Color convert

RGB19016798-
CMYK00.120.480.25
HSL45º41.44%56.47%-
HSV(B)45º48.42%74.51%-
XYZ37.2639.4717.21-
YUV166.0189.62145.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 167 (65.62% from 255) = 36.70%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=41.76%
G=36.70%
B=21.54%

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
Decimal1901679800.120.480.254541.4456.47
HexBEA7620C30192d2938
Octal2762471420146031555170
Binary101111101010011111000100110011000011001101101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA762; }

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

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

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

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

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

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

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

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