#BE5A44

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

Shades of Flame Pea #BE5A44

Tints of Flame Pea #BE5A44

Color information

#BE5A44 (or 0xBE5A44) is unknown color: approx Flame Pea. HEX triplet: BE, 5A and 44. RGB value is (190,90,68). Sum of RGB (Red+Green+Blue) = 190+90+68=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A44 is #41A5BB. Grayscale: #757575. Windows color (decimal): -4302268 or 4479678. OLE color: 4479678.

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

Color convert

RGB1909068-
CMYK00.530.640.25
HSL10.82º48.41%50.59%-
HSV(B)10.82º64.21%74.51%-
XYZ25.9318.687.71-
YUV117.39100.13179.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 68 (26.95% from 255) = 19.54%
R=54.60%
G=25.86%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190906800.530.640.2510.8248.4150.59
HexBE5A440354019b3033
Octal27613210406510031136063
Binary101111101011010100010001101011000000110011011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A44; }

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

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

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

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

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

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

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

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