#B45A26

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

Shades of Fiery Orange #B45A26

Tints of Fiery Orange #B45A26

Color information

#B45A26 (or 0xB45A26) is unknown color: approx Fiery Orange. HEX triplet: B4, 5A and 26. RGB value is (180,90,38). Sum of RGB (Red+Green+Blue) = 180+90+38=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A26 is #4BA5D9. Grayscale: #6F6F6F. Windows color (decimal): -4957658 or 2513588. OLE color: 2513588.

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

Color convert

RGB1809038-
CMYK00.500.790.29
HSL21.97º65.14%42.75%-
HSV(B)21.97º78.89%70.59%-
XYZ22.8317.163.94-
YUV110.9886.82177.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.44%
GREEN value IS 90 (35.55% from 255) = 29.22%
BLUE value IS 38 (15.23% from 255) = 12.34%
R=58.44%
G=29.22%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180903800.500.790.2921.9765.1442.75
HexB45A260324F1D16412b
Octal26413246062117352610153
Binary1011010010110101001100110010100111111101101101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A26; }

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

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

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

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

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

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

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

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