#B15C2C

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

Shades of Fiery Orange #B15C2C

Tints of Fiery Orange #B15C2C

Color information

#B15C2C (or 0xB15C2C) is unknown color: approx Fiery Orange. HEX triplet: B1, 5C and 2C. RGB value is (177,92,44). Sum of RGB (Red+Green+Blue) = 177+92+44=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C2C is #4EA3D3. Grayscale: #707070. Windows color (decimal): -5153748 or 2907313. OLE color: 2907313.

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

Color convert

RGB1779244-
CMYK00.480.750.31
HSL21.65º60.18%43.33%-
HSV(B)21.65º75.14%69.41%-
XYZ22.4117.184.52-
YUV111.9489.66174.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.55%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 44 (17.58% from 255) = 14.06%
R=56.55%
G=29.39%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177924400.480.750.3121.6560.1843.33
HexB15C2C0304B1F163c2b
Octal2611345406011337267453
Binary101100011011100101100011000010010111111110110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C2C; }

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

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

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

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

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

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

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

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