Html Css Color HEX #BE5C48 Flame Pea

📋 copy color: '#BE5C48'

red 190 ◦ green 92 ◦ blue 72

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

Shades of Flame Pea #BE5C48

Tints of Flame Pea #BE5C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.34%

R = 53.67%
G = 25.99%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE5C48 (or 0xBE5C48) is known color: Flame Pea. HEX triplet: BE, 5C and 48. RGB value is (190,92,72). Sum of RGB (Red+Green+Blue) = 190+92+72=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C48 is #41A3B7. Grayscale: #777777. Windows color (decimal): -4301752 or 4742334. OLE color: 4742334.

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

Color convert

RGB 190 92 72 -
CMYK 0 0.52 0.62 0.25
HSL 10.17º 0.48% 0.51% -
HSV(B) 10.17º 0.62% 0.75% -
XYZ 26.23 19.07 8.43 -
YUV 119.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 190 92 72 0 0.52 0.62 0.25 10.17 0.48 0.51
Hex BE 5C 48 0 34 3E 19 A 30 33
Octal 276 134 110 0 64 76 31 12 60 63
Binary 10111110 1011100 1001000 0 110100 111110 11001 1010 110000 110011

Color Harmonies of #BE5C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5C48

Black with #BE5C48

Text Example


Text Example

White with #BE5C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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