#BEA863

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

Shades of Laser #BEA863

Tints of Laser #BEA863

Color information

#BEA863 (or 0xBEA863) is unknown color: approx Laser. HEX triplet: BE, A8 and 63. RGB value is (190,168,99). Sum of RGB (Red+Green+Blue) = 190+168+99=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA863 is #41579C. Grayscale: #A7A7A7. Windows color (decimal): -4282269 or 6531262. OLE color: 6531262.

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

Color convert

RGB19016899-
CMYK00.120.480.25
HSL45.49º41.18%56.67%-
HSV(B)45.49º47.89%74.51%-
XYZ37.4939.8517.52-
YUV166.7189.79144.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 99 (39.06% from 255) = 21.66%
R=41.58%
G=36.76%
B=21.66%

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
Decimal1901689900.120.480.2545.4941.1856.67
HexBEA8630C30192d2939
Octal2762501430146031555171
Binary101111101010100011000110110011000011001101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA863; }

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

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

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

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

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

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

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

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