#B15625

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

Shades of Fiery Orange #B15625

Tints of Fiery Orange #B15625

Color information

#B15625 (or 0xB15625) is unknown color: approx Fiery Orange. HEX triplet: B1, 56 and 25. RGB value is (177,86,37). Sum of RGB (Red+Green+Blue) = 177+86+37=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B15625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15625 is #4EA9DA. Grayscale: #6B6B6B. Windows color (decimal): -5155291 or 2447025. OLE color: 2447025.

HSL color Cylindrical-coordinate representation of color #B15625: hue angle of 21º 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 #B15625 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1778637-
CMYK00.510.790.31
HSL21º65.42%41.96%-
HSV(B)21º79.1%69.41%-
XYZ21.7916.143.72-
YUV107.6288.15177.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 37 (14.84% from 255) = 12.33%
R=59%
G=28.67%
B=12.33%

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
Decimal177863700.510.790.312165.4241.96
HexB156250334F1F15412a
Octal26112645063117372510152
Binary1011000110101101001010110011100111111111101011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15625; }

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

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

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

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

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

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

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

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