#BE6248

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

Shades of Flame Pea #BE6248

Tints of Flame Pea #BE6248

Color information

#BE6248 (or 0xBE6248) is unknown color: approx Flame Pea. HEX triplet: BE, 62 and 48. RGB value is (190,98,72). Sum of RGB (Red+Green+Blue) = 190+98+72=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6248 is #419DB7. Grayscale: #7A7A7A. Windows color (decimal): -4300216 or 4743870. OLE color: 4743870.

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

Color convert

RGB1909872-
CMYK00.480.620.25
HSL13.22º47.58%51.37%-
HSV(B)13.22º62.11%74.51%-
XYZ26.7720.158.61-
YUV122.5499.48176.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 72 (28.52% from 255) = 20%
R=52.78%
G=27.22%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190987200.480.620.2513.2247.5851.37
HexBE62480303E19d3033
Octal2761421100607631156063
Binary10111110110001010010000110000111110110011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6248; }

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

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

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

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

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

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

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

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