#B45739

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

Shades of Fiery Orange #B45739

Tints of Fiery Orange #B45739

Color information

#B45739 (or 0xB45739) is unknown color: approx Fiery Orange. HEX triplet: B4, 57 and 39. RGB value is (180,87,57). Sum of RGB (Red+Green+Blue) = 180+87+57=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B45739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45739 is #4BA8C6. Grayscale: #6F6F6F. Windows color (decimal): -4958407 or 3758004. OLE color: 3758004.

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

Color convert

RGB1808757-
CMYK00.520.680.29
HSL14.63º51.9%46.47%-
HSV(B)14.63º68.33%70.59%-
XYZ22.9716.825.91-
YUV111.3997.31176.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.56%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 57 (22.66% from 255) = 17.59%
R=55.56%
G=26.85%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180875700.520.680.2914.6351.946.47
HexB45739034441Df342e
Octal2641277106410435176456
Binary10110100101011111100101101001000100111011111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45739; }

 p { color: rgb(180,87,57); }

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

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

 a { background-color: rgb(180,87,57); }

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

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

 span { border-color: rgb(180,87,57); }

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