#B1571E

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

Shades of Fiery Orange #B1571E

Tints of Fiery Orange #B1571E

Color information

#B1571E (or 0xB1571E) is unknown color: approx Fiery Orange. HEX triplet: B1, 57 and 1E. RGB value is (177,87,30). Sum of RGB (Red+Green+Blue) = 177+87+30=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1571E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1571E is #4EA8E1. Grayscale: #6B6B6B. Windows color (decimal): -5155042 or 1988529. OLE color: 1988529.

HSL color Cylindrical-coordinate representation of color #B1571E: hue angle of 23.27º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1571E is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1778730-
CMYK00.510.830.31
HSL23.27º71.01%40.59%-
HSV(B)23.27º83.05%69.41%-
XYZ21.7716.263.22-
YUV107.4184.32177.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.20%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 30 (12.11% from 255) = 10.20%
R=60.20%
G=29.59%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177873000.510.830.3123.2771.0140.59
HexB1571E033531F174729
Octal26112736063123372710751
Binary101100011010111111100110011101001111111101111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1571E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1571E; }

 p { color: rgb(177,87,30); }

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

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

 a { background-color: rgb(177,87,30); }

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

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

 span { border-color: rgb(177,87,30); }

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