#B45E2C

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

Shades of Fiery Orange #B45E2C

Tints of Fiery Orange #B45E2C

Color information

#B45E2C (or 0xB45E2C) is unknown color: approx Fiery Orange. HEX triplet: B4, 5E and 2C. RGB value is (180,94,44). Sum of RGB (Red+Green+Blue) = 180+94+44=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45E2C is #4BA1D3. Grayscale: #727272. Windows color (decimal): -4956628 or 2907828. OLE color: 2907828.

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

Color convert

RGB1809444-
CMYK00.480.760.29
HSL22.06º60.71%43.92%-
HSV(B)22.06º75.56%70.59%-
XYZ23.2817.894.61-
YUV114.0188.49175.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 44 (17.58% from 255) = 13.84%
R=56.60%
G=29.56%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180944400.480.760.2922.0660.7143.92
HexB45E2C0304C1D163d2c
Octal2641365406011435267554
Binary101101001011110101100011000010011001110110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E2C; }

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

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

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

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

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

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

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

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