#B45923

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

Shades of Fiery Orange #B45923

Tints of Fiery Orange #B45923

Color information

#B45923 (or 0xB45923) is unknown color: approx Fiery Orange. HEX triplet: B4, 59 and 23. RGB value is (180,89,35). Sum of RGB (Red+Green+Blue) = 180+89+35=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B45923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45923 is #4BA6DC. Grayscale: #6E6E6E. Windows color (decimal): -4957917 or 2316724. OLE color: 2316724.

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

Color convert

RGB1808935-
CMYK00.510.810.29
HSL22.34º67.44%42.16%-
HSV(B)22.34º80.56%70.59%-
XYZ22.716.973.67-
YUV110.0585.65177.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 35 (14.06% from 255) = 11.51%
R=59.21%
G=29.28%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180893500.510.810.2922.3467.4442.16
HexB45923033511D16432a
Octal26413143063121352610352
Binary1011010010110011000110110011101000111101101101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45923; }

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

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

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

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

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

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

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

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