#b45d29

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

Shades of Fiery Orange #B45D29

Tints of Fiery Orange #B45D29

Color information

#B45D29 (or 0xB45D29) is unknown color: approx Fiery Orange. HEX triplet: B4, 5D and 29. RGB value is (180,93,41). Sum of RGB (Red+Green+Blue) = 180+93+41=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D29 is #4BA2D6. Grayscale: #717171. Windows color (decimal): -4956887 or 2710964. OLE color: 2710964.

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

Color convert

RGB1809341-
CMYK00.480.770.29
HSL22.45º62.9%43.33%-
HSV(B)22.45º77.22%70.59%-
XYZ23.1417.694.29-
YUV113.0887.32175.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.32%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 41 (16.41% from 255) = 13.06%
R=57.32%
G=29.62%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180934100.480.770.2922.4562.943.33
HexB45D290304D1D163f2b
Octal2641355106011535267753
Binary101101001011101101001011000010011011110110110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b45d29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b45d29; }

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

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

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

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

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

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

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

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