#B4571B

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

Shades of Fiery Orange #B4571B

Tints of Fiery Orange #B4571B

Color information

#B4571B (or 0xB4571B) is unknown color: approx Fiery Orange. HEX triplet: B4, 57 and 1B. RGB value is (180,87,27). Sum of RGB (Red+Green+Blue) = 180+87+27=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B4571B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4571B is #4BA8E4. Grayscale: #6C6C6C. Windows color (decimal): -4958437 or 1791924. OLE color: 1791924.

HSL color Cylindrical-coordinate representation of color #B4571B: hue angle of 23.53º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4571B is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB1808727-
CMYK00.520.850.29
HSL23.53º73.91%40.59%-
HSV(B)23.53º85%70.59%-
XYZ22.4316.63.06-
YUV107.9782.31179.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 27 (10.94% from 255) = 9.18%
R=61.22%
G=29.59%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180872700.520.850.2923.5373.9140.59
HexB4571B034551D184a29
Octal26412733064125353011251
Binary101101001010111110110110100101010111101110001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4571B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4571B; }

 p { color: rgb(180,87,27); }

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

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

 a { background-color: rgb(180,87,27); }

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

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

 span { border-color: rgb(180,87,27); }

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