#B45D33

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

Shades of Fiery Orange #B45D33

Tints of Fiery Orange #B45D33

Color information

#B45D33 (or 0xB45D33) is unknown color: approx Fiery Orange. HEX triplet: B4, 5D and 33. RGB value is (180,93,51). Sum of RGB (Red+Green+Blue) = 180+93+51=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D33 is #4BA2CC. Grayscale: #727272. Windows color (decimal): -4956877 or 3366324. OLE color: 3366324.

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

Color convert

RGB1809351-
CMYK00.480.720.29
HSL19.53º55.84%45.29%-
HSV(B)19.53º71.67%70.59%-
XYZ23.3317.775.33-
YUV114.2292.32174.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.56%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 51 (20.31% from 255) = 15.74%
R=55.56%
G=28.70%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180935100.480.720.2919.5355.8445.29
HexB45D33030481D14382d
Octal2641356306011035247055
Binary101101001011101110011011000010010001110110100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D33; }

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

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

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

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

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

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

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

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