#B45722

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

Shades of Fiery Orange #B45722

Tints of Fiery Orange #B45722

Color information

#B45722 (or 0xB45722) is unknown color: approx Fiery Orange. HEX triplet: B4, 57 and 22. RGB value is (180,87,34). Sum of RGB (Red+Green+Blue) = 180+87+34=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B45722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45722 is #4BA8DD. Grayscale: #6D6D6D. Windows color (decimal): -4958430 or 2250676. OLE color: 2250676.

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

Color convert

RGB1808734-
CMYK00.520.810.29
HSL21.78º68.22%41.96%-
HSV(B)21.78º81.11%70.59%-
XYZ22.5216.643.54-
YUV108.7685.81178.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.80%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 34 (13.67% from 255) = 11.30%
R=59.80%
G=28.90%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180873400.520.810.2921.7868.2241.96
HexB45722034511D16442a
Octal26412742064121352610452
Binary1011010010101111000100110100101000111101101101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45722; }

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

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

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

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

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

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

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

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