#B1602E

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

Shades of Fiery Orange #B1602E

Tints of Fiery Orange #B1602E

Color information

#B1602E (or 0xB1602E) is unknown color: approx Fiery Orange. HEX triplet: B1, 60 and 2E. RGB value is (177,96,46). Sum of RGB (Red+Green+Blue) = 177+96+46=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1602E is #4E9FD1. Grayscale: #727272. Windows color (decimal): -5152722 or 3039409. OLE color: 3039409.

HSL color Cylindrical-coordinate representation of color #B1602E: hue angle of 22.9º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1602E is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB1779646-
CMYK00.460.740.31
HSL22.9º58.74%43.73%-
HSV(B)22.9º74.01%69.41%-
XYZ22.8117.914.84-
YUV114.5289.34172.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 46 (18.36% from 255) = 14.42%
R=55.49%
G=30.09%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177964600.460.740.3122.958.7443.73
HexB1602E02E4A1F173b2c
Octal2611405605611237277354
Binary101100011100000101110010111010010101111110111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1602E; }

 p { color: rgb(177,96,46); }

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

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

 a { background-color: rgb(177,96,46); }

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

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

 span { border-color: rgb(177,96,46); }

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