#B2601B

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

Shades of Fiery Orange #B2601B

Tints of Fiery Orange #B2601B

Color information

#B2601B (or 0xB2601B) is unknown color: approx Fiery Orange. HEX triplet: B2, 60 and 1B. RGB value is (178,96,27). Sum of RGB (Red+Green+Blue) = 178+96+27=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B2601B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2601B is #4D9FE4. Grayscale: #717171. Windows color (decimal): -5087205 or 1794226. OLE color: 1794226.

HSL color Cylindrical-coordinate representation of color #B2601B: hue angle of 27.42º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2601B is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB1789627-
CMYK00.460.850.30
HSL27.42º73.66%40.2%-
HSV(B)27.42º84.83%69.8%-
XYZ22.7417.913.3-
YUV112.6579.67174.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.14%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 27 (10.94% from 255) = 8.97%
R=59.14%
G=31.89%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178962700.460.850.3027.4273.6640.2
HexB2601B02E551E1b4a28
Octal26214033056125363311250
Binary101100101100000110110101110101010111110110111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2601B; }

 p { color: rgb(178,96,27); }

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

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

 a { background-color: rgb(178,96,27); }

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

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

 span { border-color: rgb(178,96,27); }

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