#BE6046

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

Shades of Flame Pea #BE6046

Tints of Flame Pea #BE6046

Color information

#BE6046 (or 0xBE6046) is unknown color: approx Flame Pea. HEX triplet: BE, 60 and 46. RGB value is (190,96,70). Sum of RGB (Red+Green+Blue) = 190+96+70=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6046 is #419FB9. Grayscale: #797979. Windows color (decimal): -4300730 or 4612286. OLE color: 4612286.

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

Color convert

RGB1909670-
CMYK00.490.630.25
HSL13º48%50.98%-
HSV(B)13º63.16%74.51%-
XYZ26.5219.768.21-
YUV121.1499.14177.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=53.37%
G=26.97%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190967000.490.630.25134850.98
HexBE60460313F19d3033
Octal2761401060617731156063
Binary10111110110000010001100110001111111110011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6046; }

 p { color: rgb(190,96,70); }

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

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

 a { background-color: rgb(190,96,70); }

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

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

 span { border-color: rgb(190,96,70); }

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