#B1591F

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

Shades of Fiery Orange #B1591F

Tints of Fiery Orange #B1591F

Color information

#B1591F (or 0xB1591F) is unknown color: approx Fiery Orange. HEX triplet: B1, 59 and 1F. RGB value is (177,89,31). Sum of RGB (Red+Green+Blue) = 177+89+31=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B1591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1591F is #4EA6E0. Grayscale: #6D6D6D. Windows color (decimal): -5154529 or 2054577. OLE color: 2054577.

HSL color Cylindrical-coordinate representation of color #B1591F: hue angle of 23.84º 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 #B1591F is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB1778931-
CMYK00.500.820.31
HSL23.84º70.19%40.78%-
HSV(B)23.84º82.49%69.41%-
XYZ21.9516.593.34-
YUV108.784.15176.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.60%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 31 (12.5% from 255) = 10.44%
R=59.60%
G=29.97%
B=10.44%

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
Decimal177893100.500.820.3123.8470.1940.78
HexB1591F032521F184629
Octal26113137062122373010651
Binary101100011011001111110110010101001011111110001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1591F; }

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

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

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

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

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

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

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

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