#B45925

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

Shades of Fiery Orange #B45925

Tints of Fiery Orange #B45925

Color information

#B45925 (or 0xB45925) is unknown color: approx Fiery Orange. HEX triplet: B4, 59 and 25. RGB value is (180,89,37). Sum of RGB (Red+Green+Blue) = 180+89+37=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B45925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45925 is #4BA6DA. Grayscale: #6E6E6E. Windows color (decimal): -4957915 or 2447796. OLE color: 2447796.

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

Color convert

RGB1808937-
CMYK00.510.790.29
HSL21.82º65.9%42.55%-
HSV(B)21.82º79.44%70.59%-
XYZ22.7316.983.83-
YUV110.2886.65177.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.82%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 37 (14.84% from 255) = 12.09%
R=58.82%
G=29.08%
B=12.09%

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
Decimal180893700.510.790.2921.8265.942.55
HexB459250334F1D16422b
Octal26413145063117352610253
Binary1011010010110011001010110011100111111101101101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45925; }

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

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

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

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

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

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

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

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