#B25C38

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

Shades of Fiery Orange #B25C38

Tints of Fiery Orange #B25C38

Color information

#B25C38 (or 0xB25C38) is unknown color: approx Fiery Orange. HEX triplet: B2, 5C and 38. RGB value is (178,92,56). Sum of RGB (Red+Green+Blue) = 178+92+56=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25C38 is #4DA3C7. Grayscale: #717171. Windows color (decimal): -5088200 or 3693746. OLE color: 3693746.

HSL color Cylindrical-coordinate representation of color #B25C38: hue angle of 17.7º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B25C38 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB1789256-
CMYK00.480.690.30
HSL17.7º52.14%45.88%-
HSV(B)17.7º68.54%69.8%-
XYZ22.917.45.89-
YUV113.6195.49173.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.60%
GREEN value IS 92 (36.33% from 255) = 28.22%
BLUE value IS 56 (22.27% from 255) = 17.18%
R=54.60%
G=28.22%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178925600.480.690.3017.752.1445.88
HexB25C38030451E12342e
Octal2621347006010536226456
Binary101100101011100111000011000010001011111010010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25C38; }

 p { color: rgb(178,92,56); }

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

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

 a { background-color: rgb(178,92,56); }

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

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

 span { border-color: rgb(178,92,56); }

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