#B55633

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

Shades of Fiery Orange #B55633

Tints of Fiery Orange #B55633

Color information

#B55633 (or 0xB55633) is unknown color: approx Fiery Orange. HEX triplet: B5, 56 and 33. RGB value is (181,86,51). Sum of RGB (Red+Green+Blue) = 181+86+51=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B55633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55633 is #4AA9CC. Grayscale: #6E6E6E. Windows color (decimal): -4893133 or 3364533. OLE color: 3364533.

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

Color convert

RGB1818651-
CMYK00.520.720.29
HSL16.15º56.03%45.49%-
HSV(B)16.15º71.82%70.98%-
XYZ22.9816.725.15-
YUV110.4294.47178.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.92%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 51 (20.31% from 255) = 16.04%
R=56.92%
G=27.04%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181865100.520.720.2916.1556.0345.49
HexB55633034481D10382d
Octal2651266306411035207055
Binary101101011010110110011011010010010001110110000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55633; }

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

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

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

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

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

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

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

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