#BEA060

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

Shades of Laser #BEA060

Tints of Laser #BEA060

Color information

#BEA060 (or 0xBEA060) is unknown color: approx Laser. HEX triplet: BE, A0 and 60. RGB value is (190,160,96). Sum of RGB (Red+Green+Blue) = 190+160+96=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA060 is #415F9F. Grayscale: #A1A1A1. Windows color (decimal): -4284320 or 6332606. OLE color: 6332606.

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

Color convert

RGB19016096-
CMYK00.160.490.25
HSL40.85º41.96%56.08%-
HSV(B)40.85º49.47%74.51%-
XYZ35.9236.9316.3-
YUV161.6790.94148.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 96 (37.89% from 255) = 21.52%
R=42.60%
G=35.87%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901609600.160.490.2540.8541.9656.08
HexBEA0600103119292a38
Octal2762401400206131515270
Binary1011111010100000110000001000011000111001101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA060; }

 p { color: rgb(190,160,96); }

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

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

 a { background-color: rgb(190,160,96); }

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

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

 span { border-color: rgb(190,160,96); }

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