Html Css Color HEX #BE5E4E Flame Pea

📋 copy color: '#BE5E4E'

red 190 ◦ green 94 ◦ blue 78

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

Shades of Flame Pea #BE5E4E

Tints of Flame Pea #BE5E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.55%

R = 52.49%
G = 25.97%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE5E4E (or 0xBE5E4E) is known color: Flame Pea. HEX triplet: BE, 5E and 4E. RGB value is (190,94,78). Sum of RGB (Red+Green+Blue) = 190+94+78=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E4E is #41A1B1. Grayscale: #797979. Windows color (decimal): -4301234 or 5136062. OLE color: 5136062.

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

Color convert

RGB 190 94 78 -
CMYK 0 0.51 0.59 0.25
HSL 8.57º 0.46% 0.53% -
HSV(B) 8.57º 0.59% 0.75% -
XYZ 26.61 19.5 9.57 -
YUV 120.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 190 94 78 0 0.51 0.59 0.25 8.57 0.46 0.53
Hex BE 5E 4E 0 33 3B 19 9 2E 35
Octal 276 136 116 0 63 73 31 11 56 65
Binary 10111110 1011110 1001110 0 110011 111011 11001 1001 101110 110101

Color Harmonies of #BE5E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E4E

Black with #BE5E4E

Text Example


Text Example

White with #BE5E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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