Html Css Color HEX #BE5C3E Flame Pea

📋 copy color: '#BE5C3E'

red 190 ◦ green 92 ◦ blue 62

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

Shades of Flame Pea #BE5C3E

Tints of Flame Pea #BE5C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.02%

R = 55.23%
G = 26.74%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE5C3E (or 0xBE5C3E) is known color: Flame Pea. HEX triplet: BE, 5C and 3E. RGB value is (190,92,62). Sum of RGB (Red+Green+Blue) = 190+92+62=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C3E is #41A3C1. Grayscale: #767676. Windows color (decimal): -4301762 or 4086974. OLE color: 4086974.

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

Color convert

RGB 190 92 62 -
CMYK 0 0.52 0.67 0.25
HSL 14.06º 0.51% 0.49% -
HSV(B) 14.06º 0.67% 0.75% -
XYZ 25.93 18.95 6.85 -
YUV 117.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 190 92 62 0 0.52 0.67 0.25 14.06 0.51 0.49
Hex BE 5C 3E 0 34 43 19 E 33 31
Octal 276 134 76 0 64 103 31 16 63 61
Binary 10111110 1011100 111110 0 110100 1000011 11001 1110 110011 110001

Color Harmonies of #BE5C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5C3E

Black with #BE5C3E

Text Example


Text Example

White with #BE5C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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