#B35926

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

Shades of Fiery Orange #B35926

Tints of Fiery Orange #B35926

Color information

#B35926 (or 0xB35926) is unknown color: approx Fiery Orange. HEX triplet: B3, 59 and 26. RGB value is (179,89,38). Sum of RGB (Red+Green+Blue) = 179+89+38=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B35926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35926 is #4CA6D9. Grayscale: #6E6E6E. Windows color (decimal): -5023450 or 2513331. OLE color: 2513331.

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

Color convert

RGB1798938-
CMYK00.500.790.30
HSL21.7º64.98%42.55%-
HSV(B)21.7º78.77%70.2%-
XYZ22.5116.873.9-
YUV110.187.32177.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.50%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 38 (15.23% from 255) = 12.42%
R=58.50%
G=29.08%
B=12.42%

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
Decimal179893800.500.790.3021.764.9842.55
HexB359260324F1E16412b
Octal26313146062117362610153
Binary1011001110110011001100110010100111111110101101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35926; }

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

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

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

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

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

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

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

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