#B16227

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

Shades of Fiery Orange #B16227

Tints of Fiery Orange #B16227

Color information

#B16227 (or 0xB16227) is unknown color: approx Fiery Orange. HEX triplet: B1, 62 and 27. RGB value is (177,98,39). Sum of RGB (Red+Green+Blue) = 177+98+39=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B16227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16227 is #4E9DD8. Grayscale: #737373. Windows color (decimal): -5152217 or 2581169. OLE color: 2581169.

HSL color Cylindrical-coordinate representation of color #B16227: hue angle of 25.65º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B16227 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1779839-
CMYK00.450.780.31
HSL25.65º63.89%42.35%-
HSV(B)25.65º77.97%69.41%-
XYZ22.8718.234.23-
YUV114.8985.17172.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.37%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 39 (15.62% from 255) = 12.42%
R=56.37%
G=31.21%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177983900.450.780.3125.6563.8942.35
HexB1622702D4E1F1a402a
Octal26114247055116373210052
Binary1011000111000101001110101101100111011111110101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16227; }

 p { color: rgb(177,98,39); }

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

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

 a { background-color: rgb(177,98,39); }

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

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

 span { border-color: rgb(177,98,39); }

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