#B55B33

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

Shades of Fiery Orange #B55B33

Tints of Fiery Orange #B55B33

Color information

#B55B33 (or 0xB55B33) is unknown color: approx Fiery Orange. HEX triplet: B5, 5B and 33. RGB value is (181,91,51). Sum of RGB (Red+Green+Blue) = 181+91+51=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B33 is #4AA4CC. Grayscale: #717171. Windows color (decimal): -4891853 or 3365813. OLE color: 3365813.

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

Color convert

RGB1819151-
CMYK00.500.720.29
HSL18.46º56.03%45.49%-
HSV(B)18.46º71.82%70.98%-
XYZ23.3917.545.29-
YUV113.3592.82176.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=56.04%
G=28.17%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181915100.500.720.2918.4656.0345.49
HexB55B33032481D12382d
Octal2651336306211035227055
Binary101101011011011110011011001010010001110110010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B33; }

 p { color: rgb(181,91,51); }

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

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

 a { background-color: rgb(181,91,51); }

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

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

 span { border-color: rgb(181,91,51); }

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