Html Css Color HEX #BE5E41 Flame Pea

📋 copy color: '#BE5E41'

red 190 ◦ green 94 ◦ blue 65

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

Shades of Flame Pea #BE5E41

Tints of Flame Pea #BE5E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.93%

 BLUE value IS 65 (25.78% from 255) = 18.62%

R = 54.44%
G = 26.93%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE5E41 (or 0xBE5E41) is known color: Flame Pea. HEX triplet: BE, 5E and 41. RGB value is (190,94,65). Sum of RGB (Red+Green+Blue) = 190+94+65=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E41 is #41A1BE. Grayscale: #777777. Windows color (decimal): -4301247 or 4284094. OLE color: 4284094.

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

Color convert

RGB 190 94 65 -
CMYK 0 0.51 0.66 0.25
HSL 13.92º 0.49% 0.5% -
HSV(B) 13.92º 0.66% 0.75% -
XYZ 26.19 19.33 7.35 -
YUV 119.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 190 94 65 0 0.51 0.66 0.25 13.92 0.49 0.5
Hex BE 5E 41 0 33 42 19 E 31 32
Octal 276 136 101 0 63 102 31 16 61 62
Binary 10111110 1011110 1000001 0 110011 1000010 11001 1110 110001 110010

Color Harmonies of #BE5E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E41

Black with #BE5E41

Text Example


Text Example

White with #BE5E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E41; }

 p { color: rgb(190,94,65); }

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

background-color css

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

 a { background-color: rgb(190,94,65); }

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

border-color css

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

 span { border-color: rgb(190,94,65); }

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