Html Css Color HEX #BE5320 Fiery Orange

📋 copy color: '#BE5320'

red 190 ◦ green 83 ◦ blue 32

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

Shades of Fiery Orange #BE5320

Tints of Fiery Orange #BE5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

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

R = 62.3%
G = 27.21%
B = 10.49%

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

#BE5320 (or 0xBE5320) is known color: Fiery Orange. HEX triplet: BE, 53 and 20. RGB value is (190,83,32). Sum of RGB (Red+Green+Blue) = 190+83+32=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5320 is #41ACDF. Grayscale: #6D6D6D. Windows color (decimal): -4304096 or 2118590. OLE color: 2118590.

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

Color convert

RGB 190 83 32 -
CMYK 0 0.56 0.83 0.25
HSL 19.37º 0.71% 0.44% -
HSV(B) 19.37º 0.83% 0.75% -
XYZ 24.59 17.24 3.4 -
YUV 109.18 84.45 185.65 -
System Red Green Blue C M Y K H S L
Decimal 190 83 32 0 0.56 0.83 0.25 19.37 0.71 0.44
Hex BE 53 20 0 38 53 19 13 47 2C
Octal 276 123 40 0 70 123 31 23 107 54
Binary 10111110 1010011 100000 0 111000 1010011 11001 10011 1000111 101100

Color Harmonies of #BE5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5320

Black with #BE5320

Text Example


Text Example

White with #BE5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5320; }

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

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

background-color css

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

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

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

border-color css

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

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

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