#B1581F

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

Shades of Fiery Orange #B1581F

Tints of Fiery Orange #B1581F

Color information

#B1581F (or 0xB1581F) is unknown color: approx Fiery Orange. HEX triplet: B1, 58 and 1F. RGB value is (177,88,31). Sum of RGB (Red+Green+Blue) = 177+88+31=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B1581F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1581F is #4EA7E0. Grayscale: #6C6C6C. Windows color (decimal): -5154785 or 2054321. OLE color: 2054321.

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

Color convert

RGB1778831-
CMYK00.500.820.31
HSL23.42º70.19%40.78%-
HSV(B)23.42º82.49%69.41%-
XYZ21.8716.433.31-
YUV108.1184.49177.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.80%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 31 (12.5% from 255) = 10.47%
R=59.80%
G=29.73%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177883100.500.820.3123.4270.1940.78
HexB1581F032521F174629
Octal26113037062122372710651
Binary101100011011000111110110010101001011111101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1581F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1581F; }

 p { color: rgb(177,88,31); }

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

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

 a { background-color: rgb(177,88,31); }

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

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

 span { border-color: rgb(177,88,31); }

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