#B45825

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

Shades of Fiery Orange #B45825

Tints of Fiery Orange #B45825

Color information

#B45825 (or 0xB45825) is unknown color: approx Fiery Orange. HEX triplet: B4, 58 and 25. RGB value is (180,88,37). Sum of RGB (Red+Green+Blue) = 180+88+37=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B45825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45825 is #4BA7DA. Grayscale: #6D6D6D. Windows color (decimal): -4958171 or 2447540. OLE color: 2447540.

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

Color convert

RGB1808837-
CMYK00.510.790.29
HSL21.4º65.9%42.55%-
HSV(B)21.4º79.44%70.59%-
XYZ22.6516.823.8-
YUV109.6986.98178.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 37 (14.84% from 255) = 12.13%
R=59.02%
G=28.85%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180883700.510.790.2921.465.942.55
HexB458250334F1D15422b
Octal26413045063117352510253
Binary1011010010110001001010110011100111111101101011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45825; }

 p { color: rgb(180,88,37); }

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

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

 a { background-color: rgb(180,88,37); }

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

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

 span { border-color: rgb(180,88,37); }

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