#B25B26

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

Shades of Fiery Orange #B25B26

Tints of Fiery Orange #B25B26

Color information

#B25B26 (or 0xB25B26) is unknown color: approx Fiery Orange. HEX triplet: B2, 5B and 26. RGB value is (178,91,38). Sum of RGB (Red+Green+Blue) = 178+91+38=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25B26 is #4DA4D9. Grayscale: #6F6F6F. Windows color (decimal): -5088474 or 2513842. OLE color: 2513842.

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

Color convert

RGB1789138-
CMYK00.490.790.30
HSL22.71º64.81%42.35%-
HSV(B)22.71º78.65%69.8%-
XYZ22.4517.093.95-
YUV110.9786.82175.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.98%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 38 (15.23% from 255) = 12.38%
R=57.98%
G=29.64%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178913800.490.790.3022.7164.8142.35
HexB25B260314F1E17412a
Octal26213346061117362710152
Binary1011001010110111001100110001100111111110101111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25B26; }

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

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

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

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

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

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

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

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