#BEA361

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

Shades of Laser #BEA361

Tints of Laser #BEA361

Color information

#BEA361 (or 0xBEA361) is unknown color: approx Laser. HEX triplet: BE, A3 and 61. RGB value is (190,163,97). Sum of RGB (Red+Green+Blue) = 190+163+97=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA361 is #415C9E. Grayscale: #A3A3A3. Windows color (decimal): -4283551 or 6398910. OLE color: 6398910.

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

Color convert

RGB19016397-
CMYK00.140.490.25
HSL42.58º41.7%56.27%-
HSV(B)42.58º48.95%74.51%-
XYZ36.493816.72-
YUV163.5590.45146.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=42.22%
G=36.22%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901639700.140.490.2542.5841.756.27
HexBEA3610E31192b2a38
Octal2762431410166131535270
Binary101111101010001111000010111011000111001101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA361; }

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

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

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

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

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

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

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

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