#B35724

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

Shades of Fiery Orange #B35724

Tints of Fiery Orange #B35724

Color information

#B35724 (or 0xB35724) is unknown color: approx Fiery Orange. HEX triplet: B3, 57 and 24. RGB value is (179,87,36). Sum of RGB (Red+Green+Blue) = 179+87+36=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B35724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35724 is #4CA8DB. Grayscale: #6C6C6C. Windows color (decimal): -5023964 or 2381747. OLE color: 2381747.

HSL color Cylindrical-coordinate representation of color #B35724: hue angle of 21.4º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B35724 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1798736-
CMYK00.510.800.30
HSL21.4º66.51%42.16%-
HSV(B)21.4º79.89%70.2%-
XYZ22.3216.533.68-
YUV108.6986.98178.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.27%
GREEN value IS 87 (34.38% from 255) = 28.81%
BLUE value IS 36 (14.45% from 255) = 11.92%
R=59.27%
G=28.81%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179873600.510.800.3021.466.5142.16
HexB35724033501E15432a
Octal26312744063120362510352
Binary1011001110101111001000110011101000011110101011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35724; }

 p { color: rgb(179,87,36); }

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

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

 a { background-color: rgb(179,87,36); }

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

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

 span { border-color: rgb(179,87,36); }

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