#BEA165

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

Shades of Laser #BEA165

Tints of Laser #BEA165

Color information

#BEA165 (or 0xBEA165) is unknown color: approx Laser. HEX triplet: BE, A1 and 65. RGB value is (190,161,101). Sum of RGB (Red+Green+Blue) = 190+161+101=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA165 is #415E9A. Grayscale: #A3A3A3. Windows color (decimal): -4284059 or 6660542. OLE color: 6660542.

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

Color convert

RGB190161101-
CMYK00.150.470.25
HSL40.45º40.64%57.06%-
HSV(B)40.45º46.84%74.51%-
XYZ36.3337.3817.61-
YUV162.8393.11147.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 161 (63.28% from 255) = 35.62%
BLUE value IS 101 (39.84% from 255) = 22.35%
R=42.04%
G=35.62%
B=22.35%

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
Decimal19016110100.150.470.2540.4540.6457.06
HexBEA1650F2F19282939
Octal2762411450175731505171
Binary101111101010000111001010111110111111001101000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA165; }

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

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

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

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

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

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

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

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