#B45C33

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

Shades of Fiery Orange #B45C33

Tints of Fiery Orange #B45C33

Color information

#B45C33 (or 0xB45C33) is unknown color: approx Fiery Orange. HEX triplet: B4, 5C and 33. RGB value is (180,92,51). Sum of RGB (Red+Green+Blue) = 180+92+51=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C33 is #4BA3CC. Grayscale: #717171. Windows color (decimal): -4957133 or 3366068. OLE color: 3366068.

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

Color convert

RGB1809251-
CMYK00.490.720.29
HSL19.07º55.84%45.29%-
HSV(B)19.07º71.67%70.59%-
XYZ23.2517.65.3-
YUV113.6492.65175.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=55.73%
G=28.48%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180925100.490.720.2919.0755.8445.29
HexB45C33031481D13382d
Octal2641346306111035237055
Binary101101001011100110011011000110010001110110011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C33; }

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

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

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

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

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

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

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

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