#BEA363

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

Shades of Laser #BEA363

Tints of Laser #BEA363

Color information

#BEA363 (or 0xBEA363) is unknown color: approx Laser. HEX triplet: BE, A3 and 63. RGB value is (190,163,99). Sum of RGB (Red+Green+Blue) = 190+163+99=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA363 is #415C9C. Grayscale: #A4A4A4. Windows color (decimal): -4283549 or 6529982. OLE color: 6529982.

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

Color convert

RGB19016399-
CMYK00.140.480.25
HSL42.2º41.18%56.67%-
HSV(B)42.2º47.89%74.51%-
XYZ36.5838.0417.22-
YUV163.7891.45146.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 163 (64.06% from 255) = 36.06%
BLUE value IS 99 (39.06% from 255) = 21.90%
R=42.04%
G=36.06%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901639900.140.480.2542.241.1856.67
HexBEA3630E30192a2939
Octal2762431430166031525171
Binary101111101010001111000110111011000011001101010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA363; }

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

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

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

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

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

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

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

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