#b35e2e

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

Shades of Fiery Orange #B35E2E

Tints of Fiery Orange #B35E2E

Color information

#B35E2E (or 0xB35E2E) is unknown color: approx Fiery Orange. HEX triplet: B3, 5E and 2E. RGB value is (179,94,46). Sum of RGB (Red+Green+Blue) = 179+94+46=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E2E is #4CA1D1. Grayscale: #727272. Windows color (decimal): -5022162 or 3038899. OLE color: 3038899.

HSL color Cylindrical-coordinate representation of color #B35E2E: hue angle of 21.65º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B35E2E is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB1799446-
CMYK00.470.740.30
HSL21.65º59.11%44.12%-
HSV(B)21.65º74.3%70.2%-
XYZ23.0917.794.8-
YUV113.9489.66174.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.11%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 46 (18.36% from 255) = 14.42%
R=56.11%
G=29.47%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179944600.470.740.3021.6559.1144.12
HexB35E2E02F4A1E163b2c
Octal2631365605711236267354
Binary101100111011110101110010111110010101111010110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b35e2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b35e2e; }

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

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

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

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

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

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

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

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