Html Css Color HEX #BE5648 Flame Pea

📋 copy color: '#BE5648'

red 190 ◦ green 86 ◦ blue 72

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

Shades of Flame Pea #BE5648

Tints of Flame Pea #BE5648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.71%

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 54.6%
G = 24.71%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE5648 (or 0xBE5648) is known color: Flame Pea. HEX triplet: BE, 56 and 48. RGB value is (190,86,72). Sum of RGB (Red+Green+Blue) = 190+86+72=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5648 is #41A9B7. Grayscale: #737373. Windows color (decimal): -4303288 or 4740798. OLE color: 4740798.

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

Color convert

RGB 190 86 72 -
CMYK 0 0.55 0.62 0.25
HSL 7.12º 0.48% 0.51% -
HSV(B) 7.12º 0.62% 0.75% -
XYZ 25.73 18.07 8.26 -
YUV 115.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 190 86 72 0 0.55 0.62 0.25 7.12 0.48 0.51
Hex BE 56 48 0 37 3E 19 7 30 33
Octal 276 126 110 0 67 76 31 7 60 63
Binary 10111110 1010110 1001000 0 110111 111110 11001 111 110000 110011

Color Harmonies of #BE5648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5648

Black with #BE5648

Text Example


Text Example

White with #BE5648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5648; }

 p { color: rgb(190,86,72); }

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

background-color css

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

 a { background-color: rgb(190,86,72); }

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

border-color css

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

 span { border-color: rgb(190,86,72); }

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