Html Css Color HEX #BE5321 Fiery Orange

📋 copy color: '#BE5321'

red 190 ◦ green 83 ◦ blue 33

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

Shades of Fiery Orange #BE5321

Tints of Fiery Orange #BE5321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.78%

R = 62.09%
G = 27.12%
B = 10.78%

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

#BE5321 (or 0xBE5321) is known color: Fiery Orange. HEX triplet: BE, 53 and 21. RGB value is (190,83,33). Sum of RGB (Red+Green+Blue) = 190+83+33=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5321 is #41ACDE. Grayscale: #6D6D6D. Windows color (decimal): -4304095 or 2184126. OLE color: 2184126.

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

Color convert

RGB 190 83 33 -
CMYK 0 0.56 0.83 0.25
HSL 19.11º 0.7% 0.44% -
HSV(B) 19.11º 0.83% 0.75% -
XYZ 24.6 17.24 3.47 -
YUV 109.29 84.95 185.57 -
System Red Green Blue C M Y K H S L
Decimal 190 83 33 0 0.56 0.83 0.25 19.11 0.7 0.44
Hex BE 53 21 0 38 53 19 13 46 2C
Octal 276 123 41 0 70 123 31 23 106 54
Binary 10111110 1010011 100001 0 111000 1010011 11001 10011 1000110 101100

Color Harmonies of #BE5321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5321

Black with #BE5321

Text Example


Text Example

White with #BE5321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5321; }

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

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

background-color css

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

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

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

border-color css

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

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

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