Html Css Color HEX #BE5D49 Flame Pea

📋 copy color: '#BE5D49'

red 190 ◦ green 93 ◦ blue 73

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

Shades of Flame Pea #BE5D49

Tints of Flame Pea #BE5D49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.51%

R = 53.37%
G = 26.12%
B = 20.51%

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

#BE5D49 (or 0xBE5D49) is known color: Flame Pea. HEX triplet: BE, 5D and 49. RGB value is (190,93,73). Sum of RGB (Red+Green+Blue) = 190+93+73=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D49 is #41A2B6. Grayscale: #777777. Windows color (decimal): -4301495 or 4808126. OLE color: 4808126.

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

Color convert

RGB 190 93 73 -
CMYK 0 0.51 0.62 0.25
HSL 10.26º 0.47% 0.52% -
HSV(B) 10.26º 0.62% 0.75% -
XYZ 26.35 19.26 8.63 -
YUV 119.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 190 93 73 0 0.51 0.62 0.25 10.26 0.47 0.52
Hex BE 5D 49 0 33 3E 19 A 2F 34
Octal 276 135 111 0 63 76 31 12 57 64
Binary 10111110 1011101 1001001 0 110011 111110 11001 1010 101111 110100

Color Harmonies of #BE5D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D49

Black with #BE5D49

Text Example


Text Example

White with #BE5D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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