#B26123

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

Shades of Fiery Orange #B26123

Tints of Fiery Orange #B26123

Color information

#B26123 (or 0xB26123) is unknown color: approx Fiery Orange. HEX triplet: B2, 61 and 23. RGB value is (178,97,35). Sum of RGB (Red+Green+Blue) = 178+97+35=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B26123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26123 is #4D9EDC. Grayscale: #727272. Windows color (decimal): -5086941 or 2318770. OLE color: 2318770.

HSL color Cylindrical-coordinate representation of color #B26123: hue angle of 26.01º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B26123 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1789735-
CMYK00.460.800.30
HSL26.01º67.14%41.76%-
HSV(B)26.01º80.34%69.8%-
XYZ22.9418.143.88-
YUV114.1583.34173.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.42%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 35 (14.06% from 255) = 11.29%
R=57.42%
G=31.29%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178973500.460.800.3026.0167.1441.76
HexB2612302E501E1a432a
Octal26214143056120363210352
Binary1011001011000011000110101110101000011110110101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26123; }

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

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

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

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

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

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

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

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