#BE6849

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

Shades of Flame Pea #BE6849

Tints of Flame Pea #BE6849

Color information

#BE6849 (or 0xBE6849) is unknown color: approx Flame Pea. HEX triplet: BE, 68 and 49. RGB value is (190,104,73). Sum of RGB (Red+Green+Blue) = 190+104+73=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6849 is #4197B6. Grayscale: #7E7E7E. Windows color (decimal): -4298679 or 4810942. OLE color: 4810942.

HSL color Cylindrical-coordinate representation of color #BE6849: hue angle of 15.9º 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 #BE6849 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19010473-
CMYK00.450.620.25
HSL15.9º47.37%51.57%-
HSV(B)15.9º61.58%74.51%-
XYZ27.3921.338.98-
YUV126.1897.99173.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 73 (28.91% from 255) = 19.89%
R=51.77%
G=28.34%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901047300.450.620.2515.947.3751.57
HexBE684902D3E19102f34
Octal2761501110557631205764
Binary101111101101000100100101011011111101100110000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6849; }

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

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

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

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

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

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

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

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