Html Css Color HEX #BE5D50 Flame Pea

📋 copy color: '#BE5D50'

red 190 ◦ green 93 ◦ blue 80

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

Shades of Flame Pea #BE5D50

Tints of Flame Pea #BE5D50

RGB

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

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

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

R = 52.34%
G = 25.62%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE5D50 (or 0xBE5D50) is known color: Flame Pea. HEX triplet: BE, 5D and 50. RGB value is (190,93,80). Sum of RGB (Red+Green+Blue) = 190+93+80=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D50 is #41A2AF. Grayscale: #787878. Windows color (decimal): -4301488 or 5266878. OLE color: 5266878.

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

Color convert

RGB 190 93 80 -
CMYK 0 0.51 0.58 0.25
HSL 7.09º 0.46% 0.53% -
HSV(B) 7.09º 0.58% 0.75% -
XYZ 26.6 19.36 9.92 -
YUV 120.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 190 93 80 0 0.51 0.58 0.25 7.09 0.46 0.53
Hex BE 5D 50 0 33 3A 19 7 2E 35
Octal 276 135 120 0 63 72 31 7 56 65
Binary 10111110 1011101 1010000 0 110011 111010 11001 111 101110 110101

Color Harmonies of #BE5D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D50

Black with #BE5D50

Text Example


Text Example

White with #BE5D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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