#B2591E

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

Shades of Fiery Orange #B2591E

Tints of Fiery Orange #B2591E

Color information

#B2591E (or 0xB2591E) is unknown color: approx Fiery Orange. HEX triplet: B2, 59 and 1E. RGB value is (178,89,30). Sum of RGB (Red+Green+Blue) = 178+89+30=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B2591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2591E is #4DA6E1. Grayscale: #6D6D6D. Windows color (decimal): -5088994 or 1989042. OLE color: 1989042.

HSL color Cylindrical-coordinate representation of color #B2591E: hue angle of 23.92º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2591E is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB1788930-
CMYK00.50.830.30
HSL23.92º71.15%40.78%-
HSV(B)23.92º83.15%69.8%-
XYZ22.1716.73.28-
YUV108.8883.49177.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.93%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 30 (12.11% from 255) = 10.10%
R=59.93%
G=29.97%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178893000.50.830.3023.9271.1540.78
HexB2591E032531E184729
Octal26213136062123363010751
Binary101100101011001111100110010101001111110110001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2591E; }

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

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

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

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

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

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

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

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