#B45A37

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

Shades of Fiery Orange #B45A37

Tints of Fiery Orange #B45A37

Color information

#B45A37 (or 0xB45A37) is unknown color: approx Fiery Orange. HEX triplet: B4, 5A and 37. RGB value is (180,90,55). Sum of RGB (Red+Green+Blue) = 180+90+55=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A37 is #4BA5C8. Grayscale: #717171. Windows color (decimal): -4957641 or 3627700. OLE color: 3627700.

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

Color convert

RGB1809055-
CMYK00.500.690.29
HSL16.8º53.19%46.08%-
HSV(B)16.8º69.44%70.59%-
XYZ23.1717.295.73-
YUV112.9295.32175.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 55 (21.88% from 255) = 16.92%
R=55.38%
G=27.69%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180905500.500.690.2916.853.1946.08
HexB45A37032451D11352e
Octal2641326706210535216556
Binary101101001011010110111011001010001011110110001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A37; }

 p { color: rgb(180,90,55); }

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

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

 a { background-color: rgb(180,90,55); }

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

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

 span { border-color: rgb(180,90,55); }

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