#BE9E5C

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

Shades of Laser #BE9E5C

Tints of Laser #BE9E5C

Color information

#BE9E5C (or 0xBE9E5C) is unknown color: approx Laser. HEX triplet: BE, 9E and 5C. RGB value is (190,158,92). Sum of RGB (Red+Green+Blue) = 190+158+92=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E5C is #4161A3. Grayscale: #A0A0A0. Windows color (decimal): -4284836 or 6069950. OLE color: 6069950.

HSL color Cylindrical-coordinate representation of color #BE9E5C: hue angle of 40.41º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE9E5C is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19015892-
CMYK00.170.520.25
HSL40.41º42.98%55.29%-
HSV(B)40.41º51.58%74.51%-
XYZ35.3936.1715.24-
YUV160.0489.6149.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 158 (62.11% from 255) = 35.91%
BLUE value IS 92 (36.33% from 255) = 20.91%
R=43.18%
G=35.91%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901589200.170.520.2540.4142.9855.29
HexBE9E5C0113419282b37
Octal2762361340216431505367
Binary1011111010011110101110001000111010011001101000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E5C; }

 p { color: rgb(190,158,92); }

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

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

 a { background-color: rgb(190,158,92); }

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

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

 span { border-color: rgb(190,158,92); }

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