#be6240

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

Shades of Flame Pea #BE6240

Tints of Flame Pea #BE6240

Color information

#BE6240 (or 0xBE6240) is unknown color: approx Flame Pea. HEX triplet: BE, 62 and 40. RGB value is (190,98,64). Sum of RGB (Red+Green+Blue) = 190+98+64=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6240 is #419DBF. Grayscale: #797979. Windows color (decimal): -4300224 or 4219582. OLE color: 4219582.

HSL color Cylindrical-coordinate representation of color #BE6240: hue angle of 16.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE6240 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1909864-
CMYK00.480.660.25
HSL16.19º49.61%49.8%-
HSV(B)16.19º66.32%74.51%-
XYZ26.5320.057.32-
YUV121.6395.48176.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.98%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 64 (25.39% from 255) = 18.18%
R=53.98%
G=27.84%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190986400.480.660.2516.1949.6149.8
HexBE62400304219103232
Octal27614210006010231206262
Binary1011111011000101000000011000010000101100110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be6240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be6240; }

 p { color: rgb(190,98,64); }

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

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

 a { background-color: rgb(190,98,64); }

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

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

 span { border-color: rgb(190,98,64); }

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