#B45839

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

Shades of Fiery Orange #B45839

Tints of Fiery Orange #B45839

Color information

#B45839 (or 0xB45839) is unknown color: approx Fiery Orange. HEX triplet: B4, 58 and 39. RGB value is (180,88,57). Sum of RGB (Red+Green+Blue) = 180+88+57=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B45839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45839 is #4BA7C6. Grayscale: #707070. Windows color (decimal): -4958151 or 3758260. OLE color: 3758260.

HSL color Cylindrical-coordinate representation of color #B45839: hue angle of 15.12º 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 #B45839 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1808857-
CMYK00.510.680.29
HSL15.12º51.9%46.47%-
HSV(B)15.12º68.33%70.59%-
XYZ23.0516.985.93-
YUV111.9796.98176.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 57 (22.66% from 255) = 17.54%
R=55.38%
G=27.08%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180885700.510.680.2915.1251.946.47
HexB45839033441Df342e
Octal2641307106310435176456
Binary10110100101100011100101100111000100111011111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45839; }

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

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

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

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

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

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

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

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