#BEA263

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

Shades of Laser #BEA263

Tints of Laser #BEA263

Color information

#BEA263 (or 0xBEA263) is unknown color: approx Laser. HEX triplet: BE, A2 and 63. RGB value is (190,162,99). Sum of RGB (Red+Green+Blue) = 190+162+99=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA263 is #415D9C. Grayscale: #A3A3A3. Windows color (decimal): -4283805 or 6529726. OLE color: 6529726.

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

Color convert

RGB19016299-
CMYK00.150.480.25
HSL41.54º41.18%56.67%-
HSV(B)41.54º47.89%74.51%-
XYZ36.4137.6917.16-
YUV163.1991.78147.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 99 (39.06% from 255) = 21.95%
R=42.13%
G=35.92%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901629900.150.480.2541.5441.1856.67
HexBEA2630F30192a2939
Octal2762421430176031525171
Binary101111101010001011000110111111000011001101010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA263; }

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

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

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

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

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

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

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

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