Html Css Color HEX #BE501F Fiery Orange

📋 copy color: '#BE501F'

red 190 ◦ green 80 ◦ blue 31

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

Shades of Fiery Orange #BE501F

Tints of Fiery Orange #BE501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 63.12%
G = 26.58%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE501F (or 0xBE501F) is known color: Fiery Orange. HEX triplet: BE, 50 and 1F. RGB value is (190,80,31). Sum of RGB (Red+Green+Blue) = 190+80+31=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE501F is #41AFE0. Grayscale: #6B6B6B. Windows color (decimal): -4304865 or 2052286. OLE color: 2052286.

HSL color Cylindrical-coordinate representation of color #BE501F: hue angle of 18.49º degrees, saturation: 0.72, 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 #BE501F is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 80 31 -
CMYK 0 0.58 0.84 0.25
HSL 18.49º 0.72% 0.43% -
HSV(B) 18.49º 0.84% 0.75% -
XYZ 24.35 16.78 3.25 -
YUV 107.3 84.94 186.98 -
System Red Green Blue C M Y K H S L
Decimal 190 80 31 0 0.58 0.84 0.25 18.49 0.72 0.43
Hex BE 50 1F 0 3A 54 19 12 48 2B
Octal 276 120 37 0 72 124 31 22 110 53
Binary 10111110 1010000 11111 0 111010 1010100 11001 10010 1001000 101011

Color Harmonies of #BE501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE501F

Black with #BE501F

Text Example


Text Example

White with #BE501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE501F; }

 p { color: rgb(190,80,31); }

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

background-color css

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

 a { background-color: rgb(190,80,31); }

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

border-color css

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

 span { border-color: rgb(190,80,31); }

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