#BE9E5D

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

Shades of Laser #BE9E5D

Tints of Laser #BE9E5D

Color information

#BE9E5D (or 0xBE9E5D) is unknown color: approx Laser. HEX triplet: BE, 9E and 5D. RGB value is (190,158,93). Sum of RGB (Red+Green+Blue) = 190+158+93=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E5D is #4161A2. Grayscale: #A0A0A0. Windows color (decimal): -4284835 or 6135486. OLE color: 6135486.

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

Color convert

RGB19015893-
CMYK00.170.510.25
HSL40.21º42.73%55.49%-
HSV(B)40.21º51.05%74.51%-
XYZ35.4436.1915.47-
YUV160.1690.1149.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 158 (62.11% from 255) = 35.83%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=43.08%
G=35.83%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901589300.170.510.2540.2142.7355.49
HexBE9E5D0113319282b37
Octal2762361350216331505367
Binary1011111010011110101110101000111001111001101000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E5D; }

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

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

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

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

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

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

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

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