#B35C22

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

Shades of Fiery Orange #B35C22

Tints of Fiery Orange #B35C22

Color information

#B35C22 (or 0xB35C22) is unknown color: approx Fiery Orange. HEX triplet: B3, 5C and 22. RGB value is (179,92,34). Sum of RGB (Red+Green+Blue) = 179+92+34=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35C22 is #4CA3DD. Grayscale: #6F6F6F. Windows color (decimal): -5022686 or 2251955. OLE color: 2251955.

HSL color Cylindrical-coordinate representation of color #B35C22: hue angle of 24º 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 #B35C22 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1799234-
CMYK00.490.810.30
HSL24º68.08%41.76%-
HSV(B)24º81.01%70.2%-
XYZ22.7117.353.67-
YUV111.484.32176.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.69%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 34 (13.67% from 255) = 11.15%
R=58.69%
G=30.16%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179923400.490.810.302468.0841.76
HexB35C22031511E18442a
Octal26313442061121363010452
Binary1011001110111001000100110001101000111110110001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C22; }

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

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

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

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

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

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

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

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