#B45C26

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

Shades of Fiery Orange #B45C26

Tints of Fiery Orange #B45C26

Color information

#B45C26 (or 0xB45C26) is unknown color: approx Fiery Orange. HEX triplet: B4, 5C and 26. RGB value is (180,92,38). Sum of RGB (Red+Green+Blue) = 180+92+38=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C26 is #4BA3D9. Grayscale: #707070. Windows color (decimal): -4957146 or 2514100. OLE color: 2514100.

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

Color convert

RGB1809238-
CMYK00.490.790.29
HSL22.82º65.14%42.75%-
HSV(B)22.82º78.89%70.59%-
XYZ2317.54-
YUV112.1686.15176.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.06%
GREEN value IS 92 (36.33% from 255) = 29.68%
BLUE value IS 38 (15.23% from 255) = 12.26%
R=58.06%
G=29.68%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180923800.490.790.2922.8265.1442.75
HexB45C260314F1D17412b
Octal26413446061117352710153
Binary1011010010111001001100110001100111111101101111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C26; }

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

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

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

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

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

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

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

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