#B16034

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

Shades of Fiery Orange #B16034

Tints of Fiery Orange #B16034

Color information

#B16034 (or 0xB16034) is unknown color: approx Fiery Orange. HEX triplet: B1, 60 and 34. RGB value is (177,96,52). Sum of RGB (Red+Green+Blue) = 177+96+52=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B16034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16034 is #4E9FCB. Grayscale: #737373. Windows color (decimal): -5152716 or 3432625. OLE color: 3432625.

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

Color convert

RGB1779652-
CMYK00.460.710.31
HSL21.12º54.59%44.9%-
HSV(B)21.12º70.62%69.41%-
XYZ22.9317.965.51-
YUV115.292.34172.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 52 (20.70% from 255) = 16%
R=54.46%
G=29.54%
B=16%

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
Decimal177965200.460.710.3121.1254.5944.9
HexB1603402E471F15372d
Octal2611406405610737256755
Binary101100011100000110100010111010001111111110101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16034; }

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

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

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

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

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

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

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

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