#B26021

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

Shades of Fiery Orange #B26021

Tints of Fiery Orange #B26021

Color information

#B26021 (or 0xB26021) is unknown color: approx Fiery Orange. HEX triplet: B2, 60 and 21. RGB value is (178,96,33). Sum of RGB (Red+Green+Blue) = 178+96+33=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B26021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26021 is #4D9FDE. Grayscale: #717171. Windows color (decimal): -5087199 or 2187442. OLE color: 2187442.

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

Color convert

RGB1789633-
CMYK00.460.810.30
HSL26.07º68.72%41.37%-
HSV(B)26.07º81.46%69.8%-
XYZ22.8217.943.7-
YUV113.3482.67174.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.98%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 33 (13.28% from 255) = 10.75%
R=57.98%
G=31.27%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178963300.460.810.3026.0768.7241.37
HexB2602102E511E1a4529
Octal26214041056121363210551
Binary1011001011000001000010101110101000111110110101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26021; }

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

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

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

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

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

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

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

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