#B15C2B

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

Shades of Fiery Orange #B15C2B

Tints of Fiery Orange #B15C2B

Color information

#B15C2B (or 0xB15C2B) is unknown color: approx Fiery Orange. HEX triplet: B1, 5C and 2B. RGB value is (177,92,43). Sum of RGB (Red+Green+Blue) = 177+92+43=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C2B is #4EA3D4. Grayscale: #707070. Windows color (decimal): -5153749 or 2841777. OLE color: 2841777.

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

Color convert

RGB1779243-
CMYK00.480.760.31
HSL21.94º60.91%43.14%-
HSV(B)21.94º75.71%69.41%-
XYZ22.3917.184.42-
YUV111.8389.16174.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.73%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 43 (17.19% from 255) = 13.78%
R=56.73%
G=29.49%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177924300.480.760.3121.9460.9143.14
HexB15C2B0304C1F163d2b
Octal2611345306011437267553
Binary101100011011100101011011000010011001111110110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C2B; }

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

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

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

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

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

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

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

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