#BE9F5D

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

Shades of Laser #BE9F5D

Tints of Laser #BE9F5D

Color information

#BE9F5D (or 0xBE9F5D) is unknown color: approx Laser. HEX triplet: BE, 9F and 5D. RGB value is (190,159,93). Sum of RGB (Red+Green+Blue) = 190+159+93=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F5D is #4160A2. Grayscale: #A1A1A1. Windows color (decimal): -4284579 or 6135742. OLE color: 6135742.

HSL color Cylindrical-coordinate representation of color #BE9F5D: hue angle of 40.82º 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 #BE9F5D is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19015993-
CMYK00.160.510.25
HSL40.82º42.73%55.49%-
HSV(B)40.82º51.05%74.51%-
XYZ35.6136.5315.53-
YUV160.7489.77148.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 159 (62.5% from 255) = 35.97%
BLUE value IS 93 (36.72% from 255) = 21.04%
R=42.99%
G=35.97%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901599300.160.510.2540.8242.7355.49
HexBE9F5D0103319292b37
Octal2762371350206331515367
Binary1011111010011111101110101000011001111001101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F5D; }

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

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

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

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

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

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

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

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