#B15C1A

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

Shades of Fiery Orange #B15C1A

Tints of Fiery Orange #B15C1A

Color information

#B15C1A (or 0xB15C1A) is unknown color: approx Fiery Orange. HEX triplet: B1, 5C and 1A. RGB value is (177,92,26). Sum of RGB (Red+Green+Blue) = 177+92+26=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C1A is #4EA3E5. Grayscale: #6E6E6E. Windows color (decimal): -5153766 or 1727665. OLE color: 1727665.

HSL color Cylindrical-coordinate representation of color #B15C1A: hue angle of 26.23º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B15C1A is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1779226-
CMYK00.480.850.31
HSL26.23º74.38%39.8%-
HSV(B)26.23º85.31%69.41%-
XYZ22.1517.083.11-
YUV109.8980.66175.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 26 (10.55% from 255) = 8.81%
R=60%
G=31.19%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177922600.480.850.3126.2374.3839.8
HexB15C1A030551F1a4a28
Octal26113432060125373211250
Binary101100011011100110100110000101010111111110101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C1A; }

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

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

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

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

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

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

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

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