#BE5B4F

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

Shades of Flame Pea #BE5B4F

Tints of Flame Pea #BE5B4F

Color information

#BE5B4F (or 0xBE5B4F) is unknown color: approx Flame Pea. HEX triplet: BE, 5B and 4F. RGB value is (190,91,79). Sum of RGB (Red+Green+Blue) = 190+91+79=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5B4F is #41A4B0. Grayscale: #777777. Windows color (decimal): -4302001 or 5200830. OLE color: 5200830.

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

Color convert

RGB1909179-
CMYK00.520.580.25
HSL6.49º46.06%52.75%-
HSV(B)6.49º58.42%74.51%-
XYZ26.3918.999.67-
YUV119.23105.3178.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 79 (31.25% from 255) = 21.94%
R=52.78%
G=25.28%
B=21.94%

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
Decimal190917900.520.580.256.4946.0652.75
HexBE5B4F0343A1962e35
Octal276133117064723165665
Binary1011111010110111001111011010011101011001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5B4F; }

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

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

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

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

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

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

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

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