#B25932

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

Shades of Fiery Orange #B25932

Tints of Fiery Orange #B25932

Color information

#B25932 (or 0xB25932) is unknown color: approx Fiery Orange. HEX triplet: B2, 59 and 32. RGB value is (178,89,50). Sum of RGB (Red+Green+Blue) = 178+89+50=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B25932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25932 is #4DA6CD. Grayscale: #6F6F6F. Windows color (decimal): -5088974 or 3299762. OLE color: 3299762.

HSL color Cylindrical-coordinate representation of color #B25932: hue angle of 18.28º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B25932 is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB1788950-
CMYK00.50.720.30
HSL18.28º56.14%44.71%-
HSV(B)18.28º71.91%69.8%-
XYZ22.5116.845.08-
YUV111.1693.49175.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 50 (19.92% from 255) = 15.77%
R=56.15%
G=28.08%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178895000.50.720.3018.2856.1444.71
HexB25932032481E12382d
Octal2621316206211036227055
Binary101100101011001110010011001010010001111010010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25932; }

 p { color: rgb(178,89,50); }

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

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

 a { background-color: rgb(178,89,50); }

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

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

 span { border-color: rgb(178,89,50); }

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