#BEA56B

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

Shades of Laser #BEA56B

Tints of Laser #BEA56B

Color information

#BEA56B (or 0xBEA56B) is unknown color: approx Laser. HEX triplet: BE, A5 and 6B. RGB value is (190,165,107). Sum of RGB (Red+Green+Blue) = 190+165+107=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA56B is #415A94. Grayscale: #A6A6A6. Windows color (decimal): -4283029 or 7054782. OLE color: 7054782.

HSL color Cylindrical-coordinate representation of color #BEA56B: hue angle of 41.93º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEA56B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB190165107-
CMYK00.130.440.25
HSL41.93º38.97%58.24%-
HSV(B)41.93º43.68%74.51%-
XYZ37.3438.9219.45-
YUV165.8694.78145.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 107 (42.19% from 255) = 23.16%
R=41.13%
G=35.71%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016510700.130.440.2541.9338.9758.24
HexBEA56B0D2C192a273a
Octal2762451530155431524772
Binary101111101010010111010110110110110011001101010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA56B; }

 p { color: rgb(190,165,107); }

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

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

 a { background-color: rgb(190,165,107); }

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

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

 span { border-color: rgb(190,165,107); }

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