#B25E37

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

Shades of Fiery Orange #B25E37

Tints of Fiery Orange #B25E37

Color information

#B25E37 (or 0xB25E37) is unknown color: approx Fiery Orange. HEX triplet: B2, 5E and 37. RGB value is (178,94,55). Sum of RGB (Red+Green+Blue) = 178+94+55=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E37 is #4DA1C8. Grayscale: #727272. Windows color (decimal): -5087689 or 3628722. OLE color: 3628722.

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

Color convert

RGB1789455-
CMYK00.470.690.30
HSL19.02º52.79%45.69%-
HSV(B)19.02º69.1%69.8%-
XYZ23.0517.755.82-
YUV114.6794.33173.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 55 (21.88% from 255) = 16.82%
R=54.43%
G=28.75%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178945500.470.690.3019.0252.7945.69
HexB25E3702F451E13352e
Octal2621366705710536236556
Binary101100101011110110111010111110001011111010011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E37; }

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

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

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

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

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

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

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

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