#B25E28

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

Shades of Fiery Orange #B25E28

Tints of Fiery Orange #B25E28

Color information

#B25E28 (or 0xB25E28) is unknown color: approx Fiery Orange. HEX triplet: B2, 5E and 28. RGB value is (178,94,40). Sum of RGB (Red+Green+Blue) = 178+94+40=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E28 is #4DA1D7. Grayscale: #717171. Windows color (decimal): -5087704 or 2645682. OLE color: 2645682.

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

Color convert

RGB1789440-
CMYK00.470.780.30
HSL23.48º63.3%42.75%-
HSV(B)23.48º77.53%69.8%-
XYZ22.7517.624.21-
YUV112.9686.83174.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.05%
GREEN value IS 94 (37.11% from 255) = 30.13%
BLUE value IS 40 (16.02% from 255) = 12.82%
R=57.05%
G=30.13%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178944000.470.780.3023.4863.342.75
HexB25E2802F4E1E173f2b
Octal2621365005711636277753
Binary101100101011110101000010111110011101111010111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E28; }

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

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

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

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

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

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

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

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