#B25B38

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

Shades of Fiery Orange #B25B38

Tints of Fiery Orange #B25B38

Color information

#B25B38 (or 0xB25B38) is unknown color: approx Fiery Orange. HEX triplet: B2, 5B and 38. RGB value is (178,91,56). Sum of RGB (Red+Green+Blue) = 178+91+56=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25B38 is #4DA4C7. Grayscale: #717171. Windows color (decimal): -5088456 or 3693490. OLE color: 3693490.

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

Color convert

RGB1789156-
CMYK00.490.690.30
HSL17.21º52.14%45.88%-
HSV(B)17.21º68.54%69.8%-
XYZ22.8117.235.87-
YUV113.0295.82174.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 56 (22.27% from 255) = 17.23%
R=54.77%
G=28%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178915600.490.690.3017.2152.1445.88
HexB25B38031451E11342e
Octal2621337006110536216456
Binary101100101011011111000011000110001011111010001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25B38; }

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

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

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

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

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

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

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

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