#B2591D

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

Shades of Fiery Orange #B2591D

Tints of Fiery Orange #B2591D

Color information

#B2591D (or 0xB2591D) is unknown color: approx Fiery Orange. HEX triplet: B2, 59 and 1D. RGB value is (178,89,29). Sum of RGB (Red+Green+Blue) = 178+89+29=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B2591D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2591D is #4DA6E2. Grayscale: #6D6D6D. Windows color (decimal): -5088995 or 1923506. OLE color: 1923506.

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

Color convert

RGB1788929-
CMYK00.50.840.30
HSL24.16º71.98%40.59%-
HSV(B)24.16º83.71%69.8%-
XYZ22.1516.73.22-
YUV108.7782.99177.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.14%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 29 (11.72% from 255) = 9.80%
R=60.14%
G=30.07%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178892900.50.840.3024.1671.9840.59
HexB2591D032541E184829
Octal26213135062124363011051
Binary101100101011001111010110010101010011110110001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2591D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2591D; }

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

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

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

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

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

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

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

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