#B55533

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

Shades of Fiery Orange #B55533

Tints of Fiery Orange #B55533

Color information

#B55533 (or 0xB55533) is unknown color: approx Fiery Orange. HEX triplet: B5, 55 and 33. RGB value is (181,85,51). Sum of RGB (Red+Green+Blue) = 181+85+51=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B55533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55533 is #4AAACC. Grayscale: #6E6E6E. Windows color (decimal): -4893389 or 3364277. OLE color: 3364277.

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

Color convert

RGB1818551-
CMYK00.530.720.29
HSL15.69º56.03%45.49%-
HSV(B)15.69º71.82%70.98%-
XYZ22.916.565.12-
YUV109.8394.8178.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.10%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 51 (20.31% from 255) = 16.09%
R=57.10%
G=26.81%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181855100.530.720.2915.6956.0345.49
HexB55533035481D10382d
Octal2651256306511035207055
Binary101101011010101110011011010110010001110110000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55533; }

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

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

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

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

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

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

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

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