#B55A33

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

Shades of Fiery Orange #B55A33

Tints of Fiery Orange #B55A33

Color information

#B55A33 (or 0xB55A33) is unknown color: approx Fiery Orange. HEX triplet: B5, 5A and 33. RGB value is (181,90,51). Sum of RGB (Red+Green+Blue) = 181+90+51=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A33 is #4AA5CC. Grayscale: #717171. Windows color (decimal): -4892109 or 3365557. OLE color: 3365557.

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

Color convert

RGB1819051-
CMYK00.500.720.29
HSL18º56.03%45.49%-
HSV(B)18º71.82%70.98%-
XYZ23.3117.385.26-
YUV112.7693.15176.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=56.21%
G=27.95%
B=15.84%

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
Decimal181905100.500.720.291856.0345.49
HexB55A33032481D12382d
Octal2651326306211035227055
Binary101101011011010110011011001010010001110110010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A33; }

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

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

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

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

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

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

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

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