#B35E21

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

Shades of Fiery Orange #B35E21

Tints of Fiery Orange #B35E21

Color information

#B35E21 (or 0xB35E21) is unknown color: approx Fiery Orange. HEX triplet: B3, 5E and 21. RGB value is (179,94,33). Sum of RGB (Red+Green+Blue) = 179+94+33=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E21 is #4CA1DE. Grayscale: #707070. Windows color (decimal): -5022175 or 2186931. OLE color: 2186931.

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

Color convert

RGB1799433-
CMYK00.470.820.30
HSL25.07º68.87%41.57%-
HSV(B)25.07º81.56%70.2%-
XYZ22.8717.73.65-
YUV112.4683.16175.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.50%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 33 (13.28% from 255) = 10.78%
R=58.50%
G=30.72%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179943300.470.820.3025.0768.8741.57
HexB35E2102F521E19452a
Octal26313641057122363110552
Binary1011001110111101000010101111101001011110110011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E21; }

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

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

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

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

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

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

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

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