#BE5A4E

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

Shades of Flame Pea #BE5A4E

Tints of Flame Pea #BE5A4E

Color information

#BE5A4E (or 0xBE5A4E) is unknown color: approx Flame Pea. HEX triplet: BE, 5A and 4E. RGB value is (190,90,78). Sum of RGB (Red+Green+Blue) = 190+90+78=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A4E is #41A5B1. Grayscale: #767676. Windows color (decimal): -4302258 or 5135038. OLE color: 5135038.

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

Color convert

RGB1909078-
CMYK00.530.590.25
HSL6.43º46.28%52.55%-
HSV(B)6.43º58.95%74.51%-
XYZ26.2718.819.45-
YUV118.53105.13178.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.07%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=53.07%
G=25.14%
B=21.79%

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
Decimal190907800.530.590.256.4346.2852.55
HexBE5A4E0353B1962e35
Octal276132116065733165665
Binary1011111010110101001110011010111101111001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A4E; }

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

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

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

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

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

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

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

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