Html Css Color HEX #BE5322 Fiery Orange

📋 copy color: '#BE5322'

red 190 ◦ green 83 ◦ blue 34

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

Shades of Fiery Orange #BE5322

Tints of Fiery Orange #BE5322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.07%

R = 61.89%
G = 27.04%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE5322 (or 0xBE5322) is known color: Fiery Orange. HEX triplet: BE, 53 and 22. RGB value is (190,83,34). Sum of RGB (Red+Green+Blue) = 190+83+34=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5322 is #41ACDD. Grayscale: #6D6D6D. Windows color (decimal): -4304094 or 2249662. OLE color: 2249662.

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

Color convert

RGB 190 83 34 -
CMYK 0 0.56 0.82 0.25
HSL 18.85º 0.7% 0.44% -
HSV(B) 18.85º 0.82% 0.75% -
XYZ 24.62 17.25 3.55 -
YUV 109.41 85.45 185.48 -
System Red Green Blue C M Y K H S L
Decimal 190 83 34 0 0.56 0.82 0.25 18.85 0.7 0.44
Hex BE 53 22 0 38 52 19 13 46 2C
Octal 276 123 42 0 70 122 31 23 106 54
Binary 10111110 1010011 100010 0 111000 1010010 11001 10011 1000110 101100

Color Harmonies of #BE5322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5322

Black with #BE5322

Text Example


Text Example

White with #BE5322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5322; }

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

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

background-color css

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

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

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

border-color css

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

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

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