#BE9E5F

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

Shades of Laser #BE9E5F

Tints of Laser #BE9E5F

Color information

#BE9E5F (or 0xBE9E5F) is unknown color: approx Laser. HEX triplet: BE, 9E and 5F. RGB value is (190,158,95). Sum of RGB (Red+Green+Blue) = 190+158+95=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E5F is #4161A0. Grayscale: #A0A0A0. Windows color (decimal): -4284833 or 6266558. OLE color: 6266558.

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

Color convert

RGB19015895-
CMYK00.170.50.25
HSL39.79º42.22%55.88%-
HSV(B)39.79º50%74.51%-
XYZ35.5336.2315.95-
YUV160.3991.1149.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 95 (37.5% from 255) = 21.44%
R=42.89%
G=35.67%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901589500.170.50.2539.7942.2255.88
HexBE9E5F0113219282a38
Octal2762361370216231505270
Binary1011111010011110101111101000111001011001101000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E5F; }

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

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

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

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

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

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

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

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