#B15636

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

Shades of Fiery Orange #B15636

Tints of Fiery Orange #B15636

Color information

#B15636 (or 0xB15636) is unknown color: approx Fiery Orange. HEX triplet: B1, 56 and 36. RGB value is (177,86,54). Sum of RGB (Red+Green+Blue) = 177+86+54=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B15636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15636 is #4EA9C9. Grayscale: #6D6D6D. Windows color (decimal): -5155274 or 3561137. OLE color: 3561137.

HSL color Cylindrical-coordinate representation of color #B15636: hue angle of 15.61º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B15636 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1778654-
CMYK00.510.690.31
HSL15.61º53.25%45.29%-
HSV(B)15.61º69.49%69.41%-
XYZ22.1316.275.46-
YUV109.5696.65176.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 54 (21.48% from 255) = 17.03%
R=55.84%
G=27.13%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177865400.510.690.3115.6153.2545.29
HexB15636033451F10352d
Octal2611266606310537206555
Binary101100011010110110110011001110001011111110000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15636; }

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

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

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

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

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

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

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

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