#B15C2F

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

Shades of Fiery Orange #B15C2F

Tints of Fiery Orange #B15C2F

Color information

#B15C2F (or 0xB15C2F) is unknown color: approx Fiery Orange. HEX triplet: B1, 5C and 2F. RGB value is (177,92,47). Sum of RGB (Red+Green+Blue) = 177+92+47=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C2F is #4EA3D0. Grayscale: #707070. Windows color (decimal): -5153745 or 3103921. OLE color: 3103921.

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

Color convert

RGB1779247-
CMYK00.480.730.31
HSL20.77º58.04%43.92%-
HSV(B)20.77º73.45%69.41%-
XYZ22.4717.214.83-
YUV112.2891.16174.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 47 (18.75% from 255) = 14.87%
R=56.01%
G=29.11%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177924700.480.730.3120.7758.0443.92
HexB15C2F030491F153a2c
Octal2611345706011137257254
Binary101100011011100101111011000010010011111110101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C2F; }

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

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

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

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

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

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

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

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