#B35E20

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

Shades of Fiery Orange #B35E20

Tints of Fiery Orange #B35E20

Color information

#B35E20 (or 0xB35E20) is unknown color: approx Fiery Orange. HEX triplet: B3, 5E and 20. RGB value is (179,94,32). Sum of RGB (Red+Green+Blue) = 179+94+32=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E20 is #4CA1DF. Grayscale: #707070. Windows color (decimal): -5022176 or 2121395. OLE color: 2121395.

HSL color Cylindrical-coordinate representation of color #B35E20: hue angle of 25.31º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B35E20 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB1799432-
CMYK00.470.820.30
HSL25.31º69.67%41.37%-
HSV(B)25.31º82.12%70.2%-
XYZ22.8517.693.58-
YUV112.3582.66175.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.69%
GREEN value IS 94 (37.11% from 255) = 30.82%
BLUE value IS 32 (12.89% from 255) = 10.49%
R=58.69%
G=30.82%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179943200.470.820.3025.3169.6741.37
HexB35E2002F521E194629
Octal26313640057122363110651
Binary1011001110111101000000101111101001011110110011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E20; }

 p { color: rgb(179,94,32); }

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

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

 a { background-color: rgb(179,94,32); }

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

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

 span { border-color: rgb(179,94,32); }

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