#B4591F

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

Shades of Fiery Orange #B4591F

Tints of Fiery Orange #B4591F

Color information

#B4591F (or 0xB4591F) is unknown color: approx Fiery Orange. HEX triplet: B4, 59 and 1F. RGB value is (180,89,31). Sum of RGB (Red+Green+Blue) = 180+89+31=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B4591F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4591F is #4BA6E0. Grayscale: #6D6D6D. Windows color (decimal): -4957921 or 2054580. OLE color: 2054580.

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

Color convert

RGB1808931-
CMYK00.510.830.29
HSL23.36º70.62%41.37%-
HSV(B)23.36º82.78%70.59%-
XYZ22.6416.953.37-
YUV109.683.65178.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 31 (12.5% from 255) = 10.33%
R=60%
G=29.67%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180893100.510.830.2923.3670.6241.37
HexB4591F033531D174729
Octal26413137063123352710751
Binary101101001011001111110110011101001111101101111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4591F; }

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

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

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

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

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

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

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

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