#B45C2F

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

Shades of Fiery Orange #B45C2F

Tints of Fiery Orange #B45C2F

Color information

#B45C2F (or 0xB45C2F) is unknown color: approx Fiery Orange. HEX triplet: B4, 5C and 2F. RGB value is (180,92,47). Sum of RGB (Red+Green+Blue) = 180+92+47=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C2F is #4BA3D0. Grayscale: #717171. Windows color (decimal): -4957137 or 3103924. OLE color: 3103924.

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

Color convert

RGB1809247-
CMYK00.490.740.29
HSL20.3º58.59%44.51%-
HSV(B)20.3º73.89%70.59%-
XYZ23.1617.564.86-
YUV113.1890.65175.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 47 (18.75% from 255) = 14.73%
R=56.43%
G=28.84%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180924700.490.740.2920.358.5944.51
HexB45C2F0314A1D143b2d
Octal2641345706111235247355
Binary101101001011100101111011000110010101110110100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C2F; }

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

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

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

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

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

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

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

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