#B15925

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

Shades of Fiery Orange #B15925

Tints of Fiery Orange #B15925

Color information

#B15925 (or 0xB15925) is unknown color: approx Fiery Orange. HEX triplet: B1, 59 and 25. RGB value is (177,89,37). Sum of RGB (Red+Green+Blue) = 177+89+37=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B15925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15925 is #4EA6DA. Grayscale: #6D6D6D. Windows color (decimal): -5154523 or 2447793. OLE color: 2447793.

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

Color convert

RGB1778937-
CMYK00.500.790.31
HSL22.29º65.42%41.96%-
HSV(B)22.29º79.1%69.41%-
XYZ22.0416.633.8-
YUV109.3887.15176.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 37 (14.84% from 255) = 12.21%
R=58.42%
G=29.37%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177893700.500.790.3122.2965.4241.96
HexB159250324F1F16412a
Octal26113145062117372610152
Binary1011000110110011001010110010100111111111101101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15925; }

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

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

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

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

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

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

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

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