#B35E23

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

Shades of Fiery Orange #B35E23

Tints of Fiery Orange #B35E23

Color information

#B35E23 (or 0xB35E23) is unknown color: approx Fiery Orange. HEX triplet: B3, 5E and 23. RGB value is (179,94,35). Sum of RGB (Red+Green+Blue) = 179+94+35=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E23 is #4CA1DC. Grayscale: #717171. Windows color (decimal): -5022173 or 2318003. OLE color: 2318003.

HSL color Cylindrical-coordinate representation of color #B35E23: hue angle of 24.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B35E23 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1799435-
CMYK00.470.800.30
HSL24.58º67.29%41.96%-
HSV(B)24.58º80.45%70.2%-
XYZ22.917.713.8-
YUV112.6984.16175.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.12%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 35 (14.06% from 255) = 11.36%
R=58.12%
G=30.52%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179943500.470.800.3024.5867.2941.96
HexB35E2302F501E19432a
Octal26313643057120363110352
Binary1011001110111101000110101111101000011110110011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E23; }

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

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

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

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

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

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

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

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