#B26121

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

Shades of Fiery Orange #B26121

Tints of Fiery Orange #B26121

Color information

#B26121 (or 0xB26121) is unknown color: approx Fiery Orange. HEX triplet: B2, 61 and 21. RGB value is (178,97,33). Sum of RGB (Red+Green+Blue) = 178+97+33=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B26121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26121 is #4D9EDE. Grayscale: #727272. Windows color (decimal): -5086943 or 2187698. OLE color: 2187698.

HSL color Cylindrical-coordinate representation of color #B26121: hue angle of 26.48º 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 #B26121 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1789733-
CMYK00.460.810.30
HSL26.48º68.72%41.37%-
HSV(B)26.48º81.46%69.8%-
XYZ22.9118.123.73-
YUV113.9282.34173.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.79%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=57.79%
G=31.49%
B=10.71%

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
Decimal178973300.460.810.3026.4868.7241.37
HexB2612102E511E1a4529
Octal26214141056121363210551
Binary1011001011000011000010101110101000111110110101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26121; }

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

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

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

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

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

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

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

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