#B55637

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

Shades of Fiery Orange #B55637

Tints of Fiery Orange #B55637

Color information

#B55637 (or 0xB55637) is unknown color: approx Fiery Orange. HEX triplet: B5, 56 and 37. RGB value is (181,86,55). Sum of RGB (Red+Green+Blue) = 181+86+55=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B55637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55637 is #4AA9C8. Grayscale: #6F6F6F. Windows color (decimal): -4893129 or 3626677. OLE color: 3626677.

HSL color Cylindrical-coordinate representation of color #B55637: hue angle of 14.76º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B55637 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1818655-
CMYK00.520.700.29
HSL14.76º53.39%46.27%-
HSV(B)14.76º69.61%70.98%-
XYZ23.0716.765.63-
YUV110.8796.47178.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 55 (21.88% from 255) = 17.08%
R=56.21%
G=26.71%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181865500.520.700.2914.7653.3946.27
HexB55637034461Df352e
Octal2651266706410635176556
Binary10110101101011011011101101001000110111011111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55637; }

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

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

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

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

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

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

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

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