Html Css Color HEX #BE5944 Flame Pea

📋 copy color: '#BE5944'

red 190 ◦ green 89 ◦ blue 68

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

Shades of Flame Pea #BE5944

Tints of Flame Pea #BE5944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.65%

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

R = 54.76%
G = 25.65%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE5944 (or 0xBE5944) is known color: Flame Pea. HEX triplet: BE, 59 and 44. RGB value is (190,89,68). Sum of RGB (Red+Green+Blue) = 190+89+68=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5944 is #41A6BB. Grayscale: #747474. Windows color (decimal): -4302524 or 4479422. OLE color: 4479422.

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

Color convert

RGB 190 89 68 -
CMYK 0 0.53 0.64 0.25
HSL 10.33º 0.48% 0.51% -
HSV(B) 10.33º 0.64% 0.75% -
XYZ 25.85 18.51 7.68 -
YUV 116.81 100.46 180.21 -
System Red Green Blue C M Y K H S L
Decimal 190 89 68 0 0.53 0.64 0.25 10.33 0.48 0.51
Hex BE 59 44 0 35 40 19 A 30 33
Octal 276 131 104 0 65 100 31 12 60 63
Binary 10111110 1011001 1000100 0 110101 1000000 11001 1010 110000 110011

Color Harmonies of #BE5944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5944

Black with #BE5944

Text Example


Text Example

White with #BE5944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5944; }

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

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

background-color css

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

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

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

border-color css

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

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

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