#B45425

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

Shades of Fiery Orange #B45425

Tints of Fiery Orange #B45425

Color information

#B45425 (or 0xB45425) is unknown color: approx Fiery Orange. HEX triplet: B4, 54 and 25. RGB value is (180,84,37). Sum of RGB (Red+Green+Blue) = 180+84+37=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B45425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45425 is #4BABDA. Grayscale: #6B6B6B. Windows color (decimal): -4959195 or 2446516. OLE color: 2446516.

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

Color convert

RGB1808437-
CMYK00.530.790.29
HSL19.72º65.9%42.55%-
HSV(B)19.72º79.44%70.59%-
XYZ22.3316.183.7-
YUV107.3588.3179.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.80%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 37 (14.84% from 255) = 12.29%
R=59.80%
G=27.91%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180843700.530.790.2919.7265.942.55
HexB454250354F1D14422b
Octal26412445065117352410253
Binary1011010010101001001010110101100111111101101001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45425; }

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

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

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

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

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

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

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

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