#B25820

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

Shades of Fiery Orange #B25820

Tints of Fiery Orange #B25820

Color information

#B25820 (or 0xB25820) is unknown color: approx Fiery Orange. HEX triplet: B2, 58 and 20. RGB value is (178,88,32). Sum of RGB (Red+Green+Blue) = 178+88+32=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B25820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25820 is #4DA7DF. Grayscale: #6C6C6C. Windows color (decimal): -5089248 or 2119858. OLE color: 2119858.

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

Color convert

RGB1788832-
CMYK00.510.820.30
HSL23.01º69.52%41.18%-
HSV(B)23.01º82.02%69.8%-
XYZ22.1116.553.4-
YUV108.5384.82177.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.73%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 32 (12.89% from 255) = 10.74%
R=59.73%
G=29.53%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178883200.510.820.3023.0169.5241.18
HexB25820033521E174629
Octal26213040063122362710651
Binary1011001010110001000000110011101001011110101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25820; }

 p { color: rgb(178,88,32); }

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

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

 a { background-color: rgb(178,88,32); }

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

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

 span { border-color: rgb(178,88,32); }

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