Html Css Color HEX #BE5744 Flame Pea

📋 copy color: '#BE5744'

red 190 ◦ green 87 ◦ blue 68

#BE5744
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Pea #BE5744

Tints of Flame Pea #BE5744

RGB

 RED value IS 190 (74.61% from 255) = 55.07%

 GREEN value IS 87 (34.38% from 255) = 25.22%

 BLUE value IS 68 (26.95% from 255) = 19.71%

R = 55.07%
G = 25.22%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE5744 (or 0xBE5744) is known color: Flame Pea. HEX triplet: BE, 57 and 44. RGB value is (190,87,68). Sum of RGB (Red+Green+Blue) = 190+87+68=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5744 is #41A8BB. Grayscale: #737373. Windows color (decimal): -4303036 or 4478910. OLE color: 4478910.

HSL color Cylindrical-coordinate representation of color #BE5744: hue angle of 9.34º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE5744 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 87 68 -
CMYK 0 0.54 0.64 0.25
HSL 9.34º 0.48% 0.51% -
HSV(B) 9.34º 0.64% 0.75% -
XYZ 25.69 18.18 7.62 -
YUV 115.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 190 87 68 0 0.54 0.64 0.25 9.34 0.48 0.51
Hex BE 57 44 0 36 40 19 9 30 33
Octal 276 127 104 0 66 100 31 11 60 63
Binary 10111110 1010111 1000100 0 110110 1000000 11001 1001 110000 110011

Color Harmonies of #BE5744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5744

Black with #BE5744

Text Example


Text Example

White with #BE5744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5744; }

 p { color: rgb(190,87,68); }

 H1.HeaderClassName
 {
   color: #BE5744;
 }
 .AnyTagClassName
 {
   color: #BE5744;
 }
</style>

background-color css

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

 a { background-color: rgb(190,87,68); }

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

border-color css

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

 span { border-color: rgb(190,87,68); }

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