#be9f59

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

Shades of Laser #BE9F59

Tints of Laser #BE9F59

Color information

#BE9F59 (or 0xBE9F59) is unknown color: approx Laser. HEX triplet: BE, 9F and 59. RGB value is (190,159,89). Sum of RGB (Red+Green+Blue) = 190+159+89=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F59 is #4160A6. Grayscale: #A0A0A0. Windows color (decimal): -4284583 or 5873598. OLE color: 5873598.

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

Color convert

RGB19015989-
CMYK00.160.530.25
HSL41.58º43.72%54.71%-
HSV(B)41.58º53.16%74.51%-
XYZ35.4436.4614.62-
YUV160.2987.77149.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 159 (62.5% from 255) = 36.30%
BLUE value IS 89 (35.16% from 255) = 20.32%
R=43.38%
G=36.30%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901598900.160.530.2541.5843.7254.71
HexBE9F5901035192a2c37
Octal2762371310206531525467
Binary1011111010011111101100101000011010111001101010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be9f59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be9f59; }

 p { color: rgb(190,159,89); }

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

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

 a { background-color: rgb(190,159,89); }

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

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

 span { border-color: rgb(190,159,89); }

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