#BE5C4E

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

Shades of Flame Pea #BE5C4E

Tints of Flame Pea #BE5C4E

Color information

#BE5C4E (or 0xBE5C4E) is unknown color: approx Flame Pea. HEX triplet: BE, 5C and 4E. RGB value is (190,92,78). Sum of RGB (Red+Green+Blue) = 190+92+78=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C4E is #41A3B1. Grayscale: #777777. Windows color (decimal): -4301746 or 5135550. OLE color: 5135550.

HSL color Cylindrical-coordinate representation of color #BE5C4E: hue angle of 7.5º 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 #BE5C4E is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1909278-
CMYK00.520.590.25
HSL7.5º46.28%52.55%-
HSV(B)7.5º58.95%74.51%-
XYZ26.4419.159.51-
YUV119.71104.47178.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=52.78%
G=25.56%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190927800.520.590.257.546.2852.55
HexBE5C4E0343B1982e35
Octal2761341160647331105665
Binary10111110101110010011100110100111011110011000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C4E; }

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

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

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

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

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

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

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

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