Html Css Color HEX #BE5D41 Flame Pea

📋 copy color: '#BE5D41'

red 190 ◦ green 93 ◦ blue 65

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

Shades of Flame Pea #BE5D41

Tints of Flame Pea #BE5D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.72%

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 54.6%
G = 26.72%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE5D41 (or 0xBE5D41) is known color: Flame Pea. HEX triplet: BE, 5D and 41. RGB value is (190,93,65). Sum of RGB (Red+Green+Blue) = 190+93+65=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D41 is #41A2BE. Grayscale: #777777. Windows color (decimal): -4301503 or 4283838. OLE color: 4283838.

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

Color convert

RGB 190 93 65 -
CMYK 0 0.51 0.66 0.25
HSL 13.44º 0.49% 0.5% -
HSV(B) 13.44º 0.66% 0.75% -
XYZ 26.1 19.16 7.32 -
YUV 118.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 190 93 65 0 0.51 0.66 0.25 13.44 0.49 0.5
Hex BE 5D 41 0 33 42 19 D 31 32
Octal 276 135 101 0 63 102 31 15 61 62
Binary 10111110 1011101 1000001 0 110011 1000010 11001 1101 110001 110010

Color Harmonies of #BE5D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D41

Black with #BE5D41

Text Example


Text Example

White with #BE5D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D41; }

 p { color: rgb(190,93,65); }

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

background-color css

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

 a { background-color: rgb(190,93,65); }

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

border-color css

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

 span { border-color: rgb(190,93,65); }

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