#B35919

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

Shades of Fiery Orange #B35919

Tints of Fiery Orange #B35919

Color information

#B35919 (or 0xB35919) is unknown color: approx Fiery Orange. HEX triplet: B3, 59 and 19. RGB value is (179,89,25). Sum of RGB (Red+Green+Blue) = 179+89+25=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B35919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35919 is #4CA6E6. Grayscale: #6C6C6C. Windows color (decimal): -5023463 or 1661363. OLE color: 1661363.

HSL color Cylindrical-coordinate representation of color #B35919: hue angle of 24.94º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B35919 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB1798925-
CMYK00.500.860.30
HSL24.94º75.49%40%-
HSV(B)24.94º86.03%70.2%-
XYZ22.3416.82.98-
YUV108.6180.82178.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.09%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 25 (10.16% from 255) = 8.53%
R=61.09%
G=30.38%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179892500.500.860.3024.9475.4940
HexB35919032561E194b28
Octal26313131062126363111350
Binary101100111011001110010110010101011011110110011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35919; }

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

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

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

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

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

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

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

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