#B15B37

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

Shades of Fiery Orange #B15B37

Tints of Fiery Orange #B15B37

Color information

#B15B37 (or 0xB15B37) is unknown color: approx Fiery Orange. HEX triplet: B1, 5B and 37. RGB value is (177,91,55). Sum of RGB (Red+Green+Blue) = 177+91+55=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15B37 is #4EA4C8. Grayscale: #707070. Windows color (decimal): -5153993 or 3627953. OLE color: 3627953.

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

Color convert

RGB1779155-
CMYK00.490.690.31
HSL17.7º52.59%45.49%-
HSV(B)17.7º68.93%69.41%-
XYZ22.5617.115.73-
YUV112.6195.49173.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 55 (21.88% from 255) = 17.03%
R=54.80%
G=28.17%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177915500.490.690.3117.752.5945.49
HexB15B37031451F12352d
Octal2611336706110537226555
Binary101100011011011110111011000110001011111110010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B37; }

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

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

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

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

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

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

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

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