#B45A17

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

Shades of Fiery Orange #B45A17

Tints of Fiery Orange #B45A17

Color information

#B45A17 (or 0xB45A17) is unknown color: approx Fiery Orange. HEX triplet: B4, 5A and 17. RGB value is (180,90,23). Sum of RGB (Red+Green+Blue) = 180+90+23=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45A17 is #4BA5E8. Grayscale: #6D6D6D. Windows color (decimal): -4957673 or 1530548. OLE color: 1530548.

HSL color Cylindrical-coordinate representation of color #B45A17: hue angle of 25.61º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B45A17 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1809023-
CMYK00.500.870.29
HSL25.61º77.34%39.8%-
HSV(B)25.61º87.22%70.59%-
XYZ22.6317.082.91-
YUV109.2779.32178.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.43%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 23 (9.38% from 255) = 7.85%
R=61.43%
G=30.72%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180902300.500.870.2925.6177.3439.8
HexB45A17032571D1a4d28
Octal26413227062127353211550
Binary101101001011010101110110010101011111101110101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A17; }

 p { color: rgb(180,90,23); }

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

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

 a { background-color: rgb(180,90,23); }

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

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

 span { border-color: rgb(180,90,23); }

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