#B45725

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

Shades of Fiery Orange #B45725

Tints of Fiery Orange #B45725

Color information

#B45725 (or 0xB45725) is unknown color: approx Fiery Orange. HEX triplet: B4, 57 and 25. RGB value is (180,87,37). Sum of RGB (Red+Green+Blue) = 180+87+37=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B45725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45725 is #4BA8DA. Grayscale: #6D6D6D. Windows color (decimal): -4958427 or 2447284. OLE color: 2447284.

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

Color convert

RGB1808737-
CMYK00.520.790.29
HSL20.98º65.9%42.55%-
HSV(B)20.98º79.44%70.59%-
XYZ22.5616.653.78-
YUV109.1187.31178.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 87 (34.38% from 255) = 28.62%
BLUE value IS 37 (14.84% from 255) = 12.17%
R=59.21%
G=28.62%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180873700.520.790.2920.9865.942.55
HexB457250344F1D15422b
Octal26412745064117352510253
Binary1011010010101111001010110100100111111101101011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45725; }

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

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

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

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

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

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

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

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