#BE5C4F

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

Shades of Flame Pea #BE5C4F

Tints of Flame Pea #BE5C4F

Color information

#BE5C4F (or 0xBE5C4F) is unknown color: approx Flame Pea. HEX triplet: BE, 5C and 4F. RGB value is (190,92,79). Sum of RGB (Red+Green+Blue) = 190+92+79=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C4F is #41A3B0. Grayscale: #777777. Windows color (decimal): -4301745 or 5201086. OLE color: 5201086.

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

Color convert

RGB1909279-
CMYK00.520.580.25
HSL7.03º46.06%52.75%-
HSV(B)7.03º58.42%74.51%-
XYZ26.4719.179.7-
YUV119.82104.97178.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=52.63%
G=25.48%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190927900.520.580.257.0346.0652.75
HexBE5C4F0343A1972e35
Octal276134117064723175665
Binary1011111010111001001111011010011101011001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C4F; }

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

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

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

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

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

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

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

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