#BE6148

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

Shades of Flame Pea #BE6148

Tints of Flame Pea #BE6148

Color information

#BE6148 (or 0xBE6148) is unknown color: approx Flame Pea. HEX triplet: BE, 61 and 48. RGB value is (190,97,72). Sum of RGB (Red+Green+Blue) = 190+97+72=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6148 is #419EB7. Grayscale: #7A7A7A. Windows color (decimal): -4300472 or 4743614. OLE color: 4743614.

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

Color convert

RGB1909772-
CMYK00.490.620.25
HSL12.71º47.58%51.37%-
HSV(B)12.71º62.11%74.51%-
XYZ26.6819.968.58-
YUV121.9699.81176.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.92%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=52.92%
G=27.02%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190977200.490.620.2512.7147.5851.37
HexBE61480313E19d3033
Octal2761411100617631156063
Binary10111110110000110010000110001111110110011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6148; }

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

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

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

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

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

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

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

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