#B16028

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

Shades of Fiery Orange #B16028

Tints of Fiery Orange #B16028

Color information

#B16028 (or 0xB16028) is unknown color: approx Fiery Orange. HEX triplet: B1, 60 and 28. RGB value is (177,96,40). Sum of RGB (Red+Green+Blue) = 177+96+40=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B16028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16028 is #4E9FD7. Grayscale: #727272. Windows color (decimal): -5152728 or 2646193. OLE color: 2646193.

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

Color convert

RGB1779640-
CMYK00.460.770.31
HSL24.53º63.13%42.55%-
HSV(B)24.53º77.4%69.41%-
XYZ22.717.874.26-
YUV113.8486.34173.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.55%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=56.55%
G=30.67%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177964000.460.770.3124.5363.1342.55
HexB1602802E4D1F193f2b
Octal2611405005611537317753
Binary101100011100000101000010111010011011111111001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16028; }

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

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

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

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

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

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

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

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