#B15626

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

Shades of Fiery Orange #B15626

Tints of Fiery Orange #B15626

Color information

#B15626 (or 0xB15626) is unknown color: approx Fiery Orange. HEX triplet: B1, 56 and 26. RGB value is (177,86,38). Sum of RGB (Red+Green+Blue) = 177+86+38=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B15626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15626 is #4EA9D9. Grayscale: #6C6C6C. Windows color (decimal): -5155290 or 2512561. OLE color: 2512561.

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

Color convert

RGB1778638-
CMYK00.510.790.31
HSL20.72º64.65%42.16%-
HSV(B)20.72º78.53%69.41%-
XYZ21.8116.143.8-
YUV107.7488.65177.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 38 (15.23% from 255) = 12.62%
R=58.80%
G=28.57%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177863800.510.790.3120.7264.6542.16
HexB156260334F1F15412a
Octal26112646063117372510152
Binary1011000110101101001100110011100111111111101011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15626; }

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

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

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

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

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

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

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

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