#b26019

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

Shades of Fiery Orange #B26019

Tints of Fiery Orange #B26019

Color information

#B26019 (or 0xB26019) is unknown color: approx Fiery Orange. HEX triplet: B2, 60 and 19. RGB value is (178,96,25). Sum of RGB (Red+Green+Blue) = 178+96+25=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B26019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26019 is #4D9FE6. Grayscale: #707070. Windows color (decimal): -5087207 or 1663154. OLE color: 1663154.

HSL color Cylindrical-coordinate representation of color #B26019: hue angle of 27.84º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B26019 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB1789625-
CMYK00.460.860.30
HSL27.84º75.37%39.8%-
HSV(B)27.84º85.96%69.8%-
XYZ22.7217.93.18-
YUV112.4278.67174.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.53%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 25 (10.16% from 255) = 8.36%
R=59.53%
G=32.11%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178962500.460.860.3027.8475.3739.8
HexB2601902E561E1c4b28
Octal26214031056126363411350
Binary101100101100000110010101110101011011110111001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b26019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b26019; }

 p { color: rgb(178,96,25); }

 H1.HeaderClassName
 {
   color: #b26019;
 }
 .AnyTagClassName
 {
   color: #b26019;
 }
</style>
background-color css

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

 a { background-color: rgb(178,96,25); }

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

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

 span { border-color: rgb(178,96,25); }

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