#B25926

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

Shades of Fiery Orange #B25926

Tints of Fiery Orange #B25926

Color information

#B25926 (or 0xB25926) is unknown color: approx Fiery Orange. HEX triplet: B2, 59 and 26. RGB value is (178,89,38). Sum of RGB (Red+Green+Blue) = 178+89+38=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B25926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25926 is #4DA6D9. Grayscale: #6E6E6E. Windows color (decimal): -5088986 or 2513330. OLE color: 2513330.

HSL color Cylindrical-coordinate representation of color #B25926: hue angle of 21.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B25926 is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB1788938-
CMYK00.50.790.30
HSL21.86º64.81%42.35%-
HSV(B)21.86º78.65%69.8%-
XYZ22.2816.753.89-
YUV109.887.49176.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.36%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 38 (15.23% from 255) = 12.46%
R=58.36%
G=29.18%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178893800.50.790.3021.8664.8142.35
HexB259260324F1E16412a
Octal26213146062117362610152
Binary1011001010110011001100110010100111111110101101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25926; }

 p { color: rgb(178,89,38); }

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

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

 a { background-color: rgb(178,89,38); }

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

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

 span { border-color: rgb(178,89,38); }

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