#B26228

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

Shades of Fiery Orange #B26228

Tints of Fiery Orange #B26228

Color information

#B26228 (or 0xB26228) is unknown color: approx Fiery Orange. HEX triplet: B2, 62 and 28. RGB value is (178,98,40). Sum of RGB (Red+Green+Blue) = 178+98+40=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B26228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26228 is #4D9DD7. Grayscale: #737373. Windows color (decimal): -5086680 or 2646706. OLE color: 2646706.

HSL color Cylindrical-coordinate representation of color #B26228: hue angle of 25.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B26228 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB1789840-
CMYK00.450.780.30
HSL25.22º63.3%42.75%-
HSV(B)25.22º77.53%69.8%-
XYZ23.1118.354.33-
YUV115.3185.5172.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.33%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 40 (16.02% from 255) = 12.66%
R=56.33%
G=31.01%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178984000.450.780.3025.2263.342.75
HexB2622802D4E1E193f2b
Octal2621425005511636317753
Binary101100101100010101000010110110011101111011001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26228; }

 p { color: rgb(178,98,40); }

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

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

 a { background-color: rgb(178,98,40); }

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

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

 span { border-color: rgb(178,98,40); }

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