#BE5626

Color #BE5626 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #BE5626

Tints of Fiery Orange #BE5626

Color information

#BE5626 (or 0xBE5626) is unknown color: approx 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

RGB1908638-
CMYK00.550.80.25
HSL18.95º66.67%44.71%-
HSV(B)18.95º80%74.51%-
XYZ24.9117.743.95-
YUV111.6286.46183.9-

RGB Variations

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

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.10%
R=60.51%
G=27.39%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190863800.550.80.2518.9566.6744.71
HexBE5626037501913432d
Octal27612646067120312310355
Binary1011111010101101001100110111101000011001100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>