#B1632E

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

Shades of Fiery Orange #B1632E

Tints of Fiery Orange #B1632E

Color information

#B1632E (or 0xB1632E) is unknown color: approx Fiery Orange. HEX triplet: B1, 63 and 2E. RGB value is (177,99,46). Sum of RGB (Red+Green+Blue) = 177+99+46=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1632E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1632E is #4E9CD1. Grayscale: #747474. Windows color (decimal): -5151954 or 3040177. OLE color: 3040177.

HSL color Cylindrical-coordinate representation of color #B1632E: hue angle of 24.27º 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 #B1632E is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB1779946-
CMYK00.440.740.31
HSL24.27º58.74%43.73%-
HSV(B)24.27º74.01%69.41%-
XYZ23.0918.474.93-
YUV116.2888.34171.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 46 (18.36% from 255) = 14.29%
R=54.97%
G=30.75%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177994600.440.740.3124.2758.7443.73
HexB1632E02C4A1F183b2c
Octal2611435605411237307354
Binary101100011100011101110010110010010101111111000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1632E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1632E; }

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

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

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

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

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

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

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

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