#B35A26

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

Shades of Fiery Orange #B35A26

Tints of Fiery Orange #B35A26

Color information

#B35A26 (or 0xB35A26) is unknown color: approx Fiery Orange. HEX triplet: B3, 5A and 26. RGB value is (179,90,38). Sum of RGB (Red+Green+Blue) = 179+90+38=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35A26 is #4CA5D9. Grayscale: #6E6E6E. Windows color (decimal): -5023194 or 2513587. OLE color: 2513587.

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

Color convert

RGB1799038-
CMYK00.500.790.30
HSL22.13º64.98%42.55%-
HSV(B)22.13º78.77%70.2%-
XYZ22.617.043.93-
YUV110.6886.99176.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.31%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 38 (15.23% from 255) = 12.38%
R=58.31%
G=29.32%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179903800.500.790.3022.1364.9842.55
HexB35A260324F1E16412b
Octal26313246062117362610153
Binary1011001110110101001100110010100111111110101101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A26; }

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

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

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

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

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

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

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

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