#B15B32

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

Shades of Fiery Orange #B15B32

Tints of Fiery Orange #B15B32

Color information

#B15B32 (or 0xB15B32) is unknown color: approx Fiery Orange. HEX triplet: B1, 5B and 32. RGB value is (177,91,50). Sum of RGB (Red+Green+Blue) = 177+91+50=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15B32 is #4EA4CD. Grayscale: #707070. Windows color (decimal): -5153998 or 3300273. OLE color: 3300273.

HSL color Cylindrical-coordinate representation of color #B15B32: hue angle of 19.37º 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 #B15B32 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1779150-
CMYK00.490.720.31
HSL19.37º55.95%44.51%-
HSV(B)19.37º71.75%69.41%-
XYZ22.4517.065.13-
YUV112.0492.99174.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 91 (35.94% from 255) = 28.62%
BLUE value IS 50 (19.92% from 255) = 15.72%
R=55.66%
G=28.62%
B=15.72%

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
Decimal177915000.490.720.3119.3755.9544.51
HexB15B32031481F13382d
Octal2611336206111037237055
Binary101100011011011110010011000110010001111110011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B32; }

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

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

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

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

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

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

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

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