#B55636

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

Shades of Fiery Orange #B55636

Tints of Fiery Orange #B55636

Color information

#B55636 (or 0xB55636) is unknown color: approx Fiery Orange. HEX triplet: B5, 56 and 36. RGB value is (181,86,54). Sum of RGB (Red+Green+Blue) = 181+86+54=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B55636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55636 is #4AA9C9. Grayscale: #6E6E6E. Windows color (decimal): -4893130 or 3561141. OLE color: 3561141.

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

Color convert

RGB1818654-
CMYK00.520.700.29
HSL15.12º54.04%46.08%-
HSV(B)15.12º70.17%70.98%-
XYZ23.0516.755.51-
YUV110.7695.97178.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.39%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 54 (21.48% from 255) = 16.82%
R=56.39%
G=26.79%
B=16.82%

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
Decimal181865400.520.700.2915.1254.0446.08
HexB55636034461Df362e
Octal2651266606410635176656
Binary10110101101011011011001101001000110111011111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55636; }

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

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

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

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

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

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

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

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