#B45E21

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

Shades of Fiery Orange #B45E21

Tints of Fiery Orange #B45E21

Color information

#B45E21 (or 0xB45E21) is unknown color: approx Fiery Orange. HEX triplet: B4, 5E and 21. RGB value is (180,94,33). Sum of RGB (Red+Green+Blue) = 180+94+33=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45E21 is #4BA1DE. Grayscale: #717171. Windows color (decimal): -4956639 or 2186932. OLE color: 2186932.

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

Color convert

RGB1809433-
CMYK00.480.820.29
HSL24.9º69.01%41.76%-
HSV(B)24.9º81.67%70.59%-
XYZ23.117.823.66-
YUV112.7682.99175.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.63%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 33 (13.28% from 255) = 10.75%
R=58.63%
G=30.62%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180943300.480.820.2924.969.0141.76
HexB45E21030521D19452a
Octal26413641060122353110552
Binary1011010010111101000010110000101001011101110011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E21; }

 p { color: rgb(180,94,33); }

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

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

 a { background-color: rgb(180,94,33); }

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

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

 span { border-color: rgb(180,94,33); }

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