Html Css Color HEX #BE5420 Fiery Orange

📋 copy color: '#BE5420'

red 190 ◦ green 84 ◦ blue 32

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

Shades of Fiery Orange #BE5420

Tints of Fiery Orange #BE5420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 32 (12.89% from 255) = 10.46%

R = 62.09%
G = 27.45%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE5420 (or 0xBE5420) is known color: Fiery Orange. HEX triplet: BE, 54 and 20. RGB value is (190,84,32). Sum of RGB (Red+Green+Blue) = 190+84+32=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5420 is #41ABDF. Grayscale: #6E6E6E. Windows color (decimal): -4303840 or 2118846. OLE color: 2118846.

HSL color Cylindrical-coordinate representation of color #BE5420: hue angle of 19.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE5420 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 84 32 -
CMYK 0 0.56 0.83 0.25
HSL 19.75º 0.71% 0.44% -
HSV(B) 19.75º 0.83% 0.75% -
XYZ 24.67 17.39 3.42 -
YUV 109.77 84.12 185.23 -
System Red Green Blue C M Y K H S L
Decimal 190 84 32 0 0.56 0.83 0.25 19.75 0.71 0.44
Hex BE 54 20 0 38 53 19 14 47 2C
Octal 276 124 40 0 70 123 31 24 107 54
Binary 10111110 1010100 100000 0 111000 1010011 11001 10100 1000111 101100

Color Harmonies of #BE5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5420

Black with #BE5420

Text Example


Text Example

White with #BE5420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5420; }

 p { color: rgb(190,84,32); }

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

background-color css

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

 a { background-color: rgb(190,84,32); }

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

border-color css

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

 span { border-color: rgb(190,84,32); }

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