#B35C18

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

Shades of Fiery Orange #B35C18

Tints of Fiery Orange #B35C18

Color information

#B35C18 (or 0xB35C18) is unknown color: approx Fiery Orange. HEX triplet: B3, 5C and 18. RGB value is (179,92,24). Sum of RGB (Red+Green+Blue) = 179+92+24=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35C18 is #4CA3E7. Grayscale: #6E6E6E. Windows color (decimal): -5022696 or 1596595. OLE color: 1596595.

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

Color convert

RGB1799224-
CMYK00.490.870.30
HSL26.32º76.35%39.8%-
HSV(B)26.32º86.59%70.2%-
XYZ22.5817.33.01-
YUV110.2679.32177.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.68%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 24 (9.77% from 255) = 8.14%
R=60.68%
G=31.19%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179922400.490.870.3026.3276.3539.8
HexB35C18031571E1a4c28
Octal26313430061127363211450
Binary101100111011100110000110001101011111110110101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C18; }

 p { color: rgb(179,92,24); }

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

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

 a { background-color: rgb(179,92,24); }

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

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

 span { border-color: rgb(179,92,24); }

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