#B35425

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

Shades of Fiery Orange #B35425

Tints of Fiery Orange #B35425

Color information

#B35425 (or 0xB35425) is unknown color: approx Fiery Orange. HEX triplet: B3, 54 and 25. RGB value is (179,84,37). Sum of RGB (Red+Green+Blue) = 179+84+37=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B35425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35425 is #4CABDA. Grayscale: #6B6B6B. Windows color (decimal): -5024731 or 2446515. OLE color: 2446515.

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

Color convert

RGB1798437-
CMYK00.530.790.30
HSL19.86º65.74%42.35%-
HSV(B)19.86º79.33%70.2%-
XYZ22.0916.063.69-
YUV107.0588.47179.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.67%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 37 (14.84% from 255) = 12.33%
R=59.67%
G=28%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179843700.530.790.3019.8665.7442.35
HexB354250354F1E14422a
Octal26312445065117362410252
Binary1011001110101001001010110101100111111110101001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35425; }

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

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

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

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

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

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

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

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