#B45D21

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

Shades of Fiery Orange #B45D21

Tints of Fiery Orange #B45D21

Color information

#B45D21 (or 0xB45D21) is unknown color: approx Fiery Orange. HEX triplet: B4, 5D and 21. RGB value is (180,93,33). Sum of RGB (Red+Green+Blue) = 180+93+33=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D21 is #4BA2DE. Grayscale: #707070. Windows color (decimal): -4956895 or 2186676. OLE color: 2186676.

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

Color convert

RGB1809333-
CMYK00.480.820.29
HSL24.49º69.01%41.76%-
HSV(B)24.49º81.67%70.59%-
XYZ23.0117.643.63-
YUV112.1783.32176.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.82%
GREEN value IS 93 (36.72% from 255) = 30.39%
BLUE value IS 33 (13.28% from 255) = 10.78%
R=58.82%
G=30.39%
B=10.78%

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
Decimal180933300.480.820.2924.4969.0141.76
HexB45D21030521D18452a
Octal26413541060122353010552
Binary1011010010111011000010110000101001011101110001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D21; }

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

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

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

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

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

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

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

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