#B16135

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

Shades of Fiery Orange #B16135

Tints of Fiery Orange #B16135

Color information

#B16135 (or 0xB16135) is unknown color: approx Fiery Orange. HEX triplet: B1, 61 and 35. RGB value is (177,97,53). Sum of RGB (Red+Green+Blue) = 177+97+53=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B16135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16135 is #4E9ECA. Grayscale: #747474. Windows color (decimal): -5152459 or 3498417. OLE color: 3498417.

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

Color convert

RGB1779753-
CMYK00.450.700.31
HSL21.29º53.91%45.1%-
HSV(B)21.29º70.06%69.41%-
XYZ23.0518.155.66-
YUV115.992.5171.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=54.13%
G=29.66%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177975300.450.700.3121.2953.9145.1
HexB1613502D461F15362d
Octal2611416505510637256655
Binary101100011100001110101010110110001101111110101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16135; }

 p { color: rgb(177,97,53); }

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

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

 a { background-color: rgb(177,97,53); }

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

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

 span { border-color: rgb(177,97,53); }

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