Html Css Color HEX #BE5626 Fiery Orange

📋 copy color: '#BE5626'

red 190 ◦ green 86 ◦ blue 38

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

Shades of Fiery Orange #BE5626

Tints of Fiery Orange #BE5626

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

 BLUE value IS 38 (15.23% from 255) = 12.1%

R = 60.51%
G = 27.39%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BE5626 (or 0xBE5626) is known color: Fiery Orange. HEX triplet: BE, 56 and 26. RGB value is (190,86,38). Sum of RGB (Red+Green+Blue) = 190+86+38=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5626 is #41A9D9. Grayscale: #6F6F6F. Windows color (decimal): -4303322 or 2512574. OLE color: 2512574.

HSL color Cylindrical-coordinate representation of color #BE5626: hue angle of 18.95º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE5626 is Cyan = 0, Magento = 0.55, Yellow = 0.8 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 86 38 -
CMYK 0 0.55 0.8 0.25
HSL 18.95º 0.67% 0.45% -
HSV(B) 18.95º 0.8% 0.75% -
XYZ 24.91 17.74 3.95 -
YUV 111.62 86.46 183.9 -
System Red Green Blue C M Y K H S L
Decimal 190 86 38 0 0.55 0.8 0.25 18.95 0.67 0.45
Hex BE 56 26 0 37 50 19 13 43 2D
Octal 276 126 46 0 67 120 31 23 103 55
Binary 10111110 1010110 100110 0 110111 1010000 11001 10011 1000011 101101

Color Harmonies of #BE5626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5626

Black with #BE5626

Text Example


Text Example

White with #BE5626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5626; }

 p { color: rgb(190,86,38); }

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

background-color css

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

 a { background-color: rgb(190,86,38); }

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

border-color css

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

 span { border-color: rgb(190,86,38); }

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