#B15924

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

Shades of Fiery Orange #B15924

Tints of Fiery Orange #B15924

Color information

#B15924 (or 0xB15924) is unknown color: approx Fiery Orange. HEX triplet: B1, 59 and 24. RGB value is (177,89,36). Sum of RGB (Red+Green+Blue) = 177+89+36=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B15924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15924 is #4EA6DB. Grayscale: #6D6D6D. Windows color (decimal): -5154524 or 2382257. OLE color: 2382257.

HSL color Cylindrical-coordinate representation of color #B15924: hue angle of 22.55º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B15924 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1778936-
CMYK00.500.800.31
HSL22.55º66.2%41.76%-
HSV(B)22.55º79.66%69.41%-
XYZ22.0216.623.72-
YUV109.2786.65176.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 89 (35.16% from 255) = 29.47%
BLUE value IS 36 (14.45% from 255) = 11.92%
R=58.61%
G=29.47%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177893600.500.800.3122.5566.241.76
HexB15924032501F17422a
Octal26113144062120372710252
Binary1011000110110011001000110010101000011111101111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15924; }

 p { color: rgb(177,89,36); }

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

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

 a { background-color: rgb(177,89,36); }

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

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

 span { border-color: rgb(177,89,36); }

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