#B0591E

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

Shades of Fiery Orange #B0591E

Tints of Fiery Orange #B0591E

Color information

#B0591E (or 0xB0591E) is unknown color: approx Fiery Orange. HEX triplet: B0, 59 and 1E. RGB value is (176,89,30). Sum of RGB (Red+Green+Blue) = 176+89+30=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B0591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0591E is #4FA6E1. Grayscale: #6C6C6C. Windows color (decimal): -5220066 or 1989040. OLE color: 1989040.

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

Color convert

RGB1768930-
CMYK00.490.830.31
HSL24.25º70.87%40.39%-
HSV(B)24.25º82.95%69.02%-
XYZ21.7116.473.26-
YUV108.2983.82176.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.66%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 30 (12.11% from 255) = 10.17%
R=59.66%
G=30.17%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176893000.490.830.3124.2570.8740.39
HexB0591E031531F184728
Octal26013136061123373010750
Binary101100001011001111100110001101001111111110001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0591E; }

 p { color: rgb(176,89,30); }

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

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

 a { background-color: rgb(176,89,30); }

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

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

 span { border-color: rgb(176,89,30); }

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