#B15C2D

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

Shades of Fiery Orange #B15C2D

Tints of Fiery Orange #B15C2D

Color information

#B15C2D (or 0xB15C2D) is unknown color: approx Fiery Orange. HEX triplet: B1, 5C and 2D. RGB value is (177,92,45). Sum of RGB (Red+Green+Blue) = 177+92+45=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C2D is #4EA3D2. Grayscale: #707070. Windows color (decimal): -5153747 or 2972849. OLE color: 2972849.

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

Color convert

RGB1779245-
CMYK00.480.750.31
HSL21.36º59.46%43.53%-
HSV(B)21.36º74.58%69.41%-
XYZ22.4317.194.62-
YUV112.0690.16174.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.37%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 45 (17.97% from 255) = 14.33%
R=56.37%
G=29.30%
B=14.33%

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
Decimal177924500.480.750.3121.3659.4643.53
HexB15C2D0304B1F153b2c
Octal2611345506011337257354
Binary101100011011100101101011000010010111111110101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C2D; }

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

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

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

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

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

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

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

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