Html Css Color HEX #BE521E Fiery Orange

📋 copy color: '#BE521E'

red 190 ◦ green 82 ◦ blue 30

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

Shades of Fiery Orange #BE521E

Tints of Fiery Orange #BE521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.15%

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 62.91%
G = 27.15%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE521E (or 0xBE521E) is known color: Fiery Orange. HEX triplet: BE, 52 and 1E. RGB value is (190,82,30). Sum of RGB (Red+Green+Blue) = 190+82+30=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE521E is #41ADE1. Grayscale: #6C6C6C. Windows color (decimal): -4304354 or 1987262. OLE color: 1987262.

HSL color Cylindrical-coordinate representation of color #BE521E: hue angle of 19.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE521E is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 82 30 -
CMYK 0 0.57 0.84 0.25
HSL 19.5º 0.73% 0.43% -
HSV(B) 19.5º 0.84% 0.75% -
XYZ 24.49 17.08 3.23 -
YUV 108.36 83.78 186.23 -
System Red Green Blue C M Y K H S L
Decimal 190 82 30 0 0.57 0.84 0.25 19.5 0.73 0.43
Hex BE 52 1E 0 39 54 19 14 49 2B
Octal 276 122 36 0 71 124 31 24 111 53
Binary 10111110 1010010 11110 0 111001 1010100 11001 10100 1001001 101011

Color Harmonies of #BE521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE521E

Black with #BE521E

Text Example


Text Example

White with #BE521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE521E; }

 p { color: rgb(190,82,30); }

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

background-color css

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

 a { background-color: rgb(190,82,30); }

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

border-color css

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

 span { border-color: rgb(190,82,30); }

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