#BE9F5C

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

Shades of Laser #BE9F5C

Tints of Laser #BE9F5C

Color information

#BE9F5C (or 0xBE9F5C) is unknown color: approx Laser. HEX triplet: BE, 9F and 5C. RGB value is (190,159,92). Sum of RGB (Red+Green+Blue) = 190+159+92=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F5C is #4160A3. Grayscale: #A0A0A0. Windows color (decimal): -4284580 or 6070206. OLE color: 6070206.

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

Color convert

RGB19015992-
CMYK00.160.520.25
HSL41.02º42.98%55.29%-
HSV(B)41.02º51.58%74.51%-
XYZ35.5736.5215.3-
YUV160.6389.27148.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 92 (36.33% from 255) = 20.86%
R=43.08%
G=36.05%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901599200.160.520.2541.0242.9855.29
HexBE9F5C0103419292b37
Octal2762371340206431515367
Binary1011111010011111101110001000011010011001101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F5C; }

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

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

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

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

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

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

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

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