#B35722

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

Shades of Fiery Orange #B35722

Tints of Fiery Orange #B35722

Color information

#B35722 (or 0xB35722) is unknown color: approx Fiery Orange. HEX triplet: B3, 57 and 22. RGB value is (179,87,34). Sum of RGB (Red+Green+Blue) = 179+87+34=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B35722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35722 is #4CA8DD. Grayscale: #6C6C6C. Windows color (decimal): -5023966 or 2250675. OLE color: 2250675.

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

Color convert

RGB1798734-
CMYK00.510.810.30
HSL21.93º68.08%41.76%-
HSV(B)21.93º81.01%70.2%-
XYZ22.2916.523.53-
YUV108.4785.98178.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.67%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 34 (13.67% from 255) = 11.33%
R=59.67%
G=29%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179873400.510.810.3021.9368.0841.76
HexB35722033511E16442a
Octal26312742063121362610452
Binary1011001110101111000100110011101000111110101101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35722; }

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

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

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

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

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

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

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

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