Html Css Color HEX #BE5E46 Flame Pea

📋 copy color: '#BE5E46'

red 190 ◦ green 94 ◦ blue 70

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

Shades of Flame Pea #BE5E46

Tints of Flame Pea #BE5E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 53.67%
G = 26.55%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE5E46 (or 0xBE5E46) is known color: Flame Pea. HEX triplet: BE, 5E and 46. RGB value is (190,94,70). Sum of RGB (Red+Green+Blue) = 190+94+70=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E46 is #41A1B9. Grayscale: #787878. Windows color (decimal): -4301242 or 4611774. OLE color: 4611774.

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

Color convert

RGB 190 94 70 -
CMYK 0 0.51 0.63 0.25
HSL 12º 0.48% 0.51% -
HSV(B) 12º 0.63% 0.75% -
XYZ 26.34 19.39 8.15 -
YUV 119.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 190 94 70 0 0.51 0.63 0.25 12 0.48 0.51
Hex BE 5E 46 0 33 3F 19 C 30 33
Octal 276 136 106 0 63 77 31 14 60 63
Binary 10111110 1011110 1000110 0 110011 111111 11001 1100 110000 110011

Color Harmonies of #BE5E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E46

Black with #BE5E46

Text Example


Text Example

White with #BE5E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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