#BE9E60

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

Shades of Laser #BE9E60

Tints of Laser #BE9E60

Color information

#BE9E60 (or 0xBE9E60) is unknown color: approx Laser. HEX triplet: BE, 9E and 60. RGB value is (190,158,96). Sum of RGB (Red+Green+Blue) = 190+158+96=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E60 is #41619F. Grayscale: #A0A0A0. Windows color (decimal): -4284832 or 6332094. OLE color: 6332094.

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

Color convert

RGB19015896-
CMYK00.170.490.25
HSL39.57º41.96%56.08%-
HSV(B)39.57º49.47%74.51%-
XYZ35.5736.2516.19-
YUV160.591.6149.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 158 (62.11% from 255) = 35.59%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=42.79%
G=35.59%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901589600.170.490.2539.5741.9656.08
HexBE9E600113119282a38
Octal2762361400216131505270
Binary1011111010011110110000001000111000111001101000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E60; }

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

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

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

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

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

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

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

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