#B36029

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

Shades of Fiery Orange #B36029

Tints of Fiery Orange #B36029

Color information

#B36029 (or 0xB36029) is unknown color: approx Fiery Orange. HEX triplet: B3, 60 and 29. RGB value is (179,96,41). Sum of RGB (Red+Green+Blue) = 179+96+41=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B36029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36029 is #4C9FD6. Grayscale: #727272. Windows color (decimal): -5021655 or 2711731. OLE color: 2711731.

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

Color convert

RGB1799641-
CMYK00.460.770.30
HSL23.91º62.73%43.14%-
HSV(B)23.91º77.09%70.2%-
XYZ23.1718.114.37-
YUV114.5586.5173.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.65%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 41 (16.41% from 255) = 12.97%
R=56.65%
G=30.38%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179964100.460.770.3023.9162.7343.14
HexB3602902E4D1E183f2b
Octal2631405105611536307753
Binary101100111100000101001010111010011011111011000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36029; }

 p { color: rgb(179,96,41); }

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

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

 a { background-color: rgb(179,96,41); }

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

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

 span { border-color: rgb(179,96,41); }

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