#b85632

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

Shades of Fiery Orange #B85632

Tints of Fiery Orange #B85632

Color information

#B85632 (or 0xB85632) is unknown color: approx Fiery Orange. HEX triplet: B8, 56 and 32. RGB value is (184,86,50). Sum of RGB (Red+Green+Blue) = 184+86+50=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B85632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85632 is #47A9CD. Grayscale: #6F6F6F. Windows color (decimal): -4696526 or 3299000. OLE color: 3299000.

HSL color Cylindrical-coordinate representation of color #B85632: hue angle of 16.12º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B85632 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1848650-
CMYK00.530.730.28
HSL16.12º57.26%45.88%-
HSV(B)16.12º72.83%72.16%-
XYZ23.6717.085.07-
YUV111.293.47179.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.5%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 50 (19.92% from 255) = 15.62%
R=57.5%
G=26.88%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184865000.530.730.2816.1257.2645.88
HexB85632035491C10392e
Octal2701266206511134207156
Binary101110001010110110010011010110010011110010000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b85632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b85632; }

 p { color: rgb(184,86,50); }

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

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

 a { background-color: rgb(184,86,50); }

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

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

 span { border-color: rgb(184,86,50); }

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