#BE5A4D

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

Shades of Flame Pea #BE5A4D

Tints of Flame Pea #BE5A4D

Color information

#BE5A4D (or 0xBE5A4D) is unknown color: approx Flame Pea. HEX triplet: BE, 5A and 4D. RGB value is (190,90,77). Sum of RGB (Red+Green+Blue) = 190+90+77=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A4D is #41A5B2. Grayscale: #767676. Windows color (decimal): -4302259 or 5069502. OLE color: 5069502.

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

Color convert

RGB1909077-
CMYK00.530.590.25
HSL6.9º46.5%52.35%-
HSV(B)6.9º59.47%74.51%-
XYZ26.2318.89.27-
YUV118.42104.63179.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.22%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=53.22%
G=25.21%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190907700.530.590.256.946.552.35
HexBE5A4D0353B1972f34
Octal276132115065733175764
Binary1011111010110101001101011010111101111001111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A4D; }

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

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

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

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

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

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

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

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