#B15C1E

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

Shades of Fiery Orange #B15C1E

Tints of Fiery Orange #B15C1E

Color information

#B15C1E (or 0xB15C1E) is unknown color: approx Fiery Orange. HEX triplet: B1, 5C and 1E. RGB value is (177,92,30). Sum of RGB (Red+Green+Blue) = 177+92+30=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C1E is #4EA3E1. Grayscale: #6E6E6E. Windows color (decimal): -5153762 or 1989809. OLE color: 1989809.

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

Color convert

RGB1779230-
CMYK00.480.830.31
HSL25.31º71.01%40.59%-
HSV(B)25.31º83.05%69.41%-
XYZ22.1917.13.36-
YUV110.3582.66175.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.20%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 30 (12.11% from 255) = 10.03%
R=59.20%
G=30.77%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177923000.480.830.3125.3171.0140.59
HexB15C1E030531F194729
Octal26113436060123373110751
Binary101100011011100111100110000101001111111110011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C1E; }

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

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

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

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

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

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

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

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