#B45C2C

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

Shades of Fiery Orange #B45C2C

Tints of Fiery Orange #B45C2C

Color information

#B45C2C (or 0xB45C2C) is unknown color: approx Fiery Orange. HEX triplet: B4, 5C and 2C. RGB value is (180,92,44). Sum of RGB (Red+Green+Blue) = 180+92+44=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C2C is #4BA3D3. Grayscale: #717171. Windows color (decimal): -4957140 or 2907316. OLE color: 2907316.

HSL color Cylindrical-coordinate representation of color #B45C2C: hue angle of 21.18º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B45C2C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1809244-
CMYK00.490.760.29
HSL21.18º60.71%43.92%-
HSV(B)21.18º75.56%70.59%-
XYZ23.117.544.55-
YUV112.8489.15175.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 44 (17.58% from 255) = 13.92%
R=56.96%
G=29.11%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180924400.490.760.2921.1860.7143.92
HexB45C2C0314C1D153d2c
Octal2641345406111435257554
Binary101101001011100101100011000110011001110110101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C2C; }

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

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

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

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

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

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

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

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