#BE9E57

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

Shades of Laser #BE9E57

Tints of Laser #BE9E57

Color information

#BE9E57 (or 0xBE9E57) is unknown color: approx Laser. HEX triplet: BE, 9E and 57. RGB value is (190,158,87). Sum of RGB (Red+Green+Blue) = 190+158+87=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E57 is #4161A8. Grayscale: #9F9F9F. Windows color (decimal): -4284841 or 5742270. OLE color: 5742270.

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

Color convert

RGB19015887-
CMYK00.170.540.25
HSL41.36º44.21%54.31%-
HSV(B)41.36º54.21%74.51%-
XYZ35.1836.0914.13-
YUV159.4787.1149.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 87 (34.38% from 255) = 20%
R=43.68%
G=36.32%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901588700.170.540.2541.3644.2154.31
HexBE9E570113619292c36
Octal2762361270216631515466
Binary1011111010011110101011101000111011011001101001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E57; }

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

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

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

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

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

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

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

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