#B45D28

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

Shades of Fiery Orange #B45D28

Tints of Fiery Orange #B45D28

Color information

#B45D28 (or 0xB45D28) is unknown color: approx Fiery Orange. HEX triplet: B4, 5D and 28. RGB value is (180,93,40). Sum of RGB (Red+Green+Blue) = 180+93+40=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D28 is #4BA2D7. Grayscale: #717171. Windows color (decimal): -4956888 or 2645428. OLE color: 2645428.

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

Color convert

RGB1809340-
CMYK00.480.780.29
HSL22.71º63.64%43.14%-
HSV(B)22.71º77.78%70.59%-
XYZ23.1217.694.2-
YUV112.9786.82175.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.51%
GREEN value IS 93 (36.72% from 255) = 29.71%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=57.51%
G=29.71%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180934000.480.780.2922.7163.6443.14
HexB45D280304E1D17402b
Octal26413550060116352710053
Binary1011010010111011010000110000100111011101101111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D28; }

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

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

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

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

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

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

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

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