#BE6449

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

Shades of Flame Pea #BE6449

Tints of Flame Pea #BE6449

Color information

#BE6449 (or 0xBE6449) is unknown color: approx Flame Pea. HEX triplet: BE, 64 and 49. RGB value is (190,100,73). Sum of RGB (Red+Green+Blue) = 190+100+73=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6449 is #419BB6. Grayscale: #7C7C7C. Windows color (decimal): -4299703 or 4809918. OLE color: 4809918.

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

Color convert

RGB19010073-
CMYK00.470.620.25
HSL13.85º47.37%51.57%-
HSV(B)13.85º61.58%74.51%-
XYZ26.9920.548.85-
YUV123.8399.32175.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=52.34%
G=27.55%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901007300.470.620.2513.8547.3751.57
HexBE644902F3E19e2f34
Octal2761441110577631165764
Binary10111110110010010010010101111111110110011110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6449; }

 p { color: rgb(190,100,73); }

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

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

 a { background-color: rgb(190,100,73); }

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

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

 span { border-color: rgb(190,100,73); }

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