#BE5A3E

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

Shades of Flame Pea #BE5A3E

Tints of Flame Pea #BE5A3E

Color information

#BE5A3E (or 0xBE5A3E) is unknown color: approx Flame Pea. HEX triplet: BE, 5A and 3E. RGB value is (190,90,62). Sum of RGB (Red+Green+Blue) = 190+90+62=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A3E is #41A5C1. Grayscale: #747474. Windows color (decimal): -4302274 or 4086462. OLE color: 4086462.

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

Color convert

RGB1909062-
CMYK00.530.670.25
HSL13.13º50.79%49.41%-
HSV(B)13.13º67.37%74.51%-
XYZ25.7618.616.79-
YUV116.7197.13180.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.56%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 62 (24.61% from 255) = 18.13%
R=55.56%
G=26.32%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190906200.530.670.2513.1350.7949.41
HexBE5A3E0354319d3331
Octal2761327606510331156361
Binary10111110101101011111001101011000011110011101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A3E; }

 p { color: rgb(190,90,62); }

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

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

 a { background-color: rgb(190,90,62); }

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

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

 span { border-color: rgb(190,90,62); }

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