#B15627

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

Shades of Fiery Orange #B15627

Tints of Fiery Orange #B15627

Color information

#B15627 (or 0xB15627) is unknown color: approx Fiery Orange. HEX triplet: B1, 56 and 27. RGB value is (177,86,39). Sum of RGB (Red+Green+Blue) = 177+86+39=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B15627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15627 is #4EA9D8. Grayscale: #6C6C6C. Windows color (decimal): -5155289 or 2578097. OLE color: 2578097.

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

Color convert

RGB1778639-
CMYK00.510.780.31
HSL20.43º63.89%42.35%-
HSV(B)20.43º77.97%69.41%-
XYZ21.8316.153.89-
YUV107.8589.15177.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 39 (15.62% from 255) = 12.91%
R=58.61%
G=28.48%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177863900.510.780.3120.4363.8942.35
HexB156270334E1F14402a
Octal26112647063116372410052
Binary1011000110101101001110110011100111011111101001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15627; }

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

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

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

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

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

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

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

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