#BEA265

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

Shades of Laser #BEA265

Tints of Laser #BEA265

Color information

#BEA265 (or 0xBEA265) is unknown color: approx Laser. HEX triplet: BE, A2 and 65. RGB value is (190,162,101). Sum of RGB (Red+Green+Blue) = 190+162+101=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA265 is #415D9A. Grayscale: #A3A3A3. Windows color (decimal): -4283803 or 6660798. OLE color: 6660798.

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

Color convert

RGB190162101-
CMYK00.150.470.25
HSL41.12º40.64%57.06%-
HSV(B)41.12º46.84%74.51%-
XYZ36.537.7317.67-
YUV163.4292.78146.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 162 (63.67% from 255) = 35.76%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=41.94%
G=35.76%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016210100.150.470.2541.1240.6457.06
HexBEA2650F2F19292939
Octal2762421450175731515171
Binary101111101010001011001010111110111111001101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA265; }

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

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

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

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

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

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

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

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