#B16033

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

Shades of Fiery Orange #B16033

Tints of Fiery Orange #B16033

Color information

#B16033 (or 0xB16033) is unknown color: approx Fiery Orange. HEX triplet: B1, 60 and 33. RGB value is (177,96,51). Sum of RGB (Red+Green+Blue) = 177+96+51=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B16033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16033 is #4E9FCC. Grayscale: #737373. Windows color (decimal): -5152717 or 3367089. OLE color: 3367089.

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

Color convert

RGB1779651-
CMYK00.460.710.31
HSL21.43º55.26%44.71%-
HSV(B)21.43º71.19%69.41%-
XYZ22.9117.955.39-
YUV115.0991.84172.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.63%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 51 (20.31% from 255) = 15.74%
R=54.63%
G=29.63%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177965100.460.710.3121.4355.2644.71
HexB1603302E471F15372d
Octal2611406305610737256755
Binary101100011100000110011010111010001111111110101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16033; }

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

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

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

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

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

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

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

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