Html Css Color HEX #BE5841 Flame Pea

📋 copy color: '#BE5841'

red 190 ◦ green 88 ◦ blue 65

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

Shades of Flame Pea #BE5841

Tints of Flame Pea #BE5841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.66%

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

R = 55.39%
G = 25.66%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE5841 (or 0xBE5841) is known color: Flame Pea. HEX triplet: BE, 58 and 41. RGB value is (190,88,65). Sum of RGB (Red+Green+Blue) = 190+88+65=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5841 is #41A7BE. Grayscale: #747474. Windows color (decimal): -4302783 or 4282558. OLE color: 4282558.

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

Color convert

RGB 190 88 65 -
CMYK 0 0.54 0.66 0.25
HSL 11.04º 0.49% 0.5% -
HSV(B) 11.04º 0.66% 0.75% -
XYZ 25.68 18.31 7.18 -
YUV 115.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 190 88 65 0 0.54 0.66 0.25 11.04 0.49 0.5
Hex BE 58 41 0 36 42 19 B 31 32
Octal 276 130 101 0 66 102 31 13 61 62
Binary 10111110 1011000 1000001 0 110110 1000010 11001 1011 110001 110010

Color Harmonies of #BE5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5841

Black with #BE5841

Text Example


Text Example

White with #BE5841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5841; }

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

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

background-color css

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

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

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

border-color css

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

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

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