#B15A32

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

Shades of Fiery Orange #B15A32

Tints of Fiery Orange #B15A32

Color information

#B15A32 (or 0xB15A32) is unknown color: approx Fiery Orange. HEX triplet: B1, 5A and 32. RGB value is (177,90,50). Sum of RGB (Red+Green+Blue) = 177+90+50=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A32 is #4EA5CD. Grayscale: #6F6F6F. Windows color (decimal): -5154254 or 3300017. OLE color: 3300017.

HSL color Cylindrical-coordinate representation of color #B15A32: hue angle of 18.9º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B15A32 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1779050-
CMYK00.490.720.31
HSL18.9º55.95%44.51%-
HSV(B)18.9º71.75%69.41%-
XYZ22.3616.895.1-
YUV111.4593.32174.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 50 (19.92% from 255) = 15.77%
R=55.84%
G=28.39%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177905000.490.720.3118.955.9544.51
HexB15A32031481F13382d
Octal2611326206111037237055
Binary101100011011010110010011000110010001111110011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A32; }

 p { color: rgb(177,90,50); }

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

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

 a { background-color: rgb(177,90,50); }

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

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

 span { border-color: rgb(177,90,50); }

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