#B35E26

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

Shades of Fiery Orange #B35E26

Tints of Fiery Orange #B35E26

Color information

#B35E26 (or 0xB35E26) is unknown color: approx Fiery Orange. HEX triplet: B3, 5E and 26. RGB value is (179,94,38). Sum of RGB (Red+Green+Blue) = 179+94+38=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E26 is #4CA1D9. Grayscale: #717171. Windows color (decimal): -5022170 or 2514611. OLE color: 2514611.

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

Color convert

RGB1799438-
CMYK00.470.790.30
HSL23.83º64.98%42.55%-
HSV(B)23.83º78.77%70.2%-
XYZ22.9417.734.05-
YUV113.0385.66175.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 94 (37.11% from 255) = 30.23%
BLUE value IS 38 (15.23% from 255) = 12.22%
R=57.56%
G=30.23%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179943800.470.790.3023.8364.9842.55
HexB35E2602F4F1E18412b
Octal26313646057117363010153
Binary1011001110111101001100101111100111111110110001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E26; }

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

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

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

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

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

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

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

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