Html Css Color HEX #BE5E48 Flame Pea

📋 copy color: '#BE5E48'

red 190 ◦ green 94 ◦ blue 72

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

Shades of Flame Pea #BE5E48

Tints of Flame Pea #BE5E48

RGB

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

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

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

R = 53.37%
G = 26.4%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE5E48 (or 0xBE5E48) is known color: Flame Pea. HEX triplet: BE, 5E and 48. RGB value is (190,94,72). Sum of RGB (Red+Green+Blue) = 190+94+72=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E48 is #41A1B7. Grayscale: #787878. Windows color (decimal): -4301240 or 4742846. OLE color: 4742846.

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

Color convert

RGB 190 94 72 -
CMYK 0 0.51 0.62 0.25
HSL 11.19º 0.48% 0.51% -
HSV(B) 11.19º 0.62% 0.75% -
XYZ 26.41 19.42 8.49 -
YUV 120.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 190 94 72 0 0.51 0.62 0.25 11.19 0.48 0.51
Hex BE 5E 48 0 33 3E 19 B 30 33
Octal 276 136 110 0 63 76 31 13 60 63
Binary 10111110 1011110 1001000 0 110011 111110 11001 1011 110000 110011

Color Harmonies of #BE5E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E48

Black with #BE5E48

Text Example


Text Example

White with #BE5E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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