#B35429

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

Shades of Fiery Orange #B35429

Tints of Fiery Orange #B35429

Color information

#B35429 (or 0xB35429) is unknown color: approx Fiery Orange. HEX triplet: B3, 54 and 29. RGB value is (179,84,41). Sum of RGB (Red+Green+Blue) = 179+84+41=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B35429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35429 is #4CABD6. Grayscale: #6B6B6B. Windows color (decimal): -5024727 or 2708659. OLE color: 2708659.

HSL color Cylindrical-coordinate representation of color #B35429: hue angle of 18.7º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B35429 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1798441-
CMYK00.530.770.30
HSL18.7º62.73%43.14%-
HSV(B)18.7º77.09%70.2%-
XYZ22.1616.084.03-
YUV107.590.47179-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.88%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 41 (16.41% from 255) = 13.49%
R=58.88%
G=27.63%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179844100.530.770.3018.762.7343.14
HexB354290354D1E133f2b
Octal2631245106511536237753
Binary101100111010100101001011010110011011111010011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35429; }

 p { color: rgb(179,84,41); }

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

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

 a { background-color: rgb(179,84,41); }

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

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

 span { border-color: rgb(179,84,41); }

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