Html Css Color HEX #BE5646 Flame Pea

📋 copy color: '#BE5646'

red 190 ◦ green 86 ◦ blue 70

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

Shades of Flame Pea #BE5646

Tints of Flame Pea #BE5646

RGB

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

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

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

R = 54.91%
G = 24.86%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE5646 (or 0xBE5646) is known color: Flame Pea. HEX triplet: BE, 56 and 46. RGB value is (190,86,70). Sum of RGB (Red+Green+Blue) = 190+86+70=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5646 is #41A9B9. Grayscale: #737373. Windows color (decimal): -4303290 or 4609726. OLE color: 4609726.

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

Color convert

RGB 190 86 70 -
CMYK 0 0.55 0.63 0.25
HSL 0.48% 0.51% -
HSV(B) 0.63% 0.75% -
XYZ 25.67 18.04 7.92 -
YUV 115.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 190 86 70 0 0.55 0.63 0.25 8 0.48 0.51
Hex BE 56 46 0 37 3F 19 8 30 33
Octal 276 126 106 0 67 77 31 10 60 63
Binary 10111110 1010110 1000110 0 110111 111111 11001 1000 110000 110011

Color Harmonies of #BE5646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5646

Black with #BE5646

Text Example


Text Example

White with #BE5646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5646; }

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

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

background-color css

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

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

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

border-color css

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

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

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