#BEA565

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

Shades of Laser #BEA565

Tints of Laser #BEA565

Color information

#BEA565 (or 0xBEA565) is unknown color: approx Laser. HEX triplet: BE, A5 and 65. RGB value is (190,165,101). Sum of RGB (Red+Green+Blue) = 190+165+101=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA565 is #415A9A. Grayscale: #A5A5A5. Windows color (decimal): -4283035 or 6661566. OLE color: 6661566.

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

Color convert

RGB190165101-
CMYK00.130.470.25
HSL43.15º40.64%57.06%-
HSV(B)43.15º46.84%74.51%-
XYZ37.0438.817.85-
YUV165.1891.78145.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 165 (64.84% from 255) = 36.18%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=41.67%
G=36.18%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016510100.130.470.2543.1540.6457.06
HexBEA5650D2F192b2939
Octal2762451450155731535171
Binary101111101010010111001010110110111111001101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA565; }

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

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

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

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

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

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

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

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