#BE9F56

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

Shades of Laser #BE9F56

Tints of Laser #BE9F56

Color information

#BE9F56 (or 0xBE9F56) is unknown color: approx Laser. HEX triplet: BE, 9F and 56. RGB value is (190,159,86). Sum of RGB (Red+Green+Blue) = 190+159+86=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F56 is #4160A9. Grayscale: #A0A0A0. Windows color (decimal): -4284586 or 5676990. OLE color: 5676990.

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

Color convert

RGB19015986-
CMYK00.160.550.25
HSL42.12º44.44%54.12%-
HSV(B)42.12º54.74%74.51%-
XYZ35.3136.4213.97-
YUV159.9586.27149.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 86 (33.98% from 255) = 19.77%
R=43.68%
G=36.55%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901598600.160.550.2542.1244.4454.12
HexBE9F5601037192a2c36
Octal2762371260206731525466
Binary1011111010011111101011001000011011111001101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F56; }

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

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

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

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

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

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

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

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