#B15B1E

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

Shades of Fiery Orange #B15B1E

Tints of Fiery Orange #B15B1E

Color information

#B15B1E (or 0xB15B1E) is unknown color: approx Fiery Orange. HEX triplet: B1, 5B and 1E. RGB value is (177,91,30). Sum of RGB (Red+Green+Blue) = 177+91+30=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15B1E is #4EA4E1. Grayscale: #6E6E6E. Windows color (decimal): -5154018 or 1989553. OLE color: 1989553.

HSL color Cylindrical-coordinate representation of color #B15B1E: hue angle of 24.9º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B15B1E is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1779130-
CMYK00.490.830.31
HSL24.9º71.01%40.59%-
HSV(B)24.9º83.05%69.41%-
XYZ22.1116.923.33-
YUV109.7682.99175.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.40%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 30 (12.11% from 255) = 10.07%
R=59.40%
G=30.54%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177913000.490.830.3124.971.0140.59
HexB15B1E031531F194729
Octal26113336061123373110751
Binary101100011011011111100110001101001111111110011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B1E; }

 p { color: rgb(177,91,30); }

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

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

 a { background-color: rgb(177,91,30); }

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

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

 span { border-color: rgb(177,91,30); }

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