#B45F31

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

Shades of Fiery Orange #B45F31

Tints of Fiery Orange #B45F31

Color information

#B45F31 (or 0xB45F31) is unknown color: approx Fiery Orange. HEX triplet: B4, 5F and 31. RGB value is (180,95,49). Sum of RGB (Red+Green+Blue) = 180+95+49=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45F31 is #4BA0CE. Grayscale: #737373. Windows color (decimal): -4956367 or 3235764. OLE color: 3235764.

HSL color Cylindrical-coordinate representation of color #B45F31: hue angle of 21.07º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B45F31 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1809549-
CMYK00.470.730.29
HSL21.07º57.21%44.9%-
HSV(B)21.07º72.78%70.59%-
XYZ23.4718.115.16-
YUV115.1790.66174.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.56%
GREEN value IS 95 (37.5% from 255) = 29.32%
BLUE value IS 49 (19.53% from 255) = 15.12%
R=55.56%
G=29.32%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180954900.470.730.2921.0757.2144.9
HexB45F3102F491D15392d
Octal2641376105711135257155
Binary101101001011111110001010111110010011110110101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F31; }

 p { color: rgb(180,95,49); }

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

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

 a { background-color: rgb(180,95,49); }

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

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

 span { border-color: rgb(180,95,49); }

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