#B55E30

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

Shades of Fiery Orange #B55E30

Tints of Fiery Orange #B55E30

Color information

#B55E30 (or 0xB55E30) is unknown color: approx Fiery Orange. HEX triplet: B5, 5E and 30. RGB value is (181,94,48). Sum of RGB (Red+Green+Blue) = 181+94+48=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E30 is #4AA1CF. Grayscale: #737373. Windows color (decimal): -4891088 or 3169973. OLE color: 3169973.

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

Color convert

RGB1819448-
CMYK00.480.730.29
HSL20.75º58.08%44.9%-
HSV(B)20.75º73.48%70.98%-
XYZ23.5918.045.04-
YUV114.7790.32175.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=56.04%
G=29.10%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181944800.480.730.2920.7558.0844.9
HexB55E30030491D153a2d
Octal2651366006011135257255
Binary101101011011110110000011000010010011110110101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E30; }

 p { color: rgb(181,94,48); }

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

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

 a { background-color: rgb(181,94,48); }

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

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

 span { border-color: rgb(181,94,48); }

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