Html Css Color HEX #BE5C50 Flame Pea

📋 copy color: '#BE5C50'

red 190 ◦ green 92 ◦ blue 80

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

Shades of Flame Pea #BE5C50

Tints of Flame Pea #BE5C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.41%

 BLUE value IS 80 (31.64% from 255) = 22.1%

R = 52.49%
G = 25.41%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE5C50 (or 0xBE5C50) is known color: Flame Pea. HEX triplet: BE, 5C and 50. RGB value is (190,92,80). Sum of RGB (Red+Green+Blue) = 190+92+80=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C50 is #41A3AF. Grayscale: #787878. Windows color (decimal): -4301744 or 5266622. OLE color: 5266622.

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

Color convert

RGB 190 92 80 -
CMYK 0 0.52 0.58 0.25
HSL 6.55º 0.46% 0.53% -
HSV(B) 6.55º 0.58% 0.75% -
XYZ 26.51 19.18 9.89 -
YUV 119.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 190 92 80 0 0.52 0.58 0.25 6.55 0.46 0.53
Hex BE 5C 50 0 34 3A 19 7 2E 35
Octal 276 134 120 0 64 72 31 7 56 65
Binary 10111110 1011100 1010000 0 110100 111010 11001 111 101110 110101

Color Harmonies of #BE5C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5C50

Black with #BE5C50

Text Example


Text Example

White with #BE5C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5C50; }

 p { color: rgb(190,92,80); }

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

background-color css

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

 a { background-color: rgb(190,92,80); }

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

border-color css

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

 span { border-color: rgb(190,92,80); }

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