#B85627

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

Shades of Fiery Orange #B85627

Tints of Fiery Orange #B85627

Color information

#B85627 (or 0xB85627) is unknown color: approx Fiery Orange. HEX triplet: B8, 56 and 27. RGB value is (184,86,39). Sum of RGB (Red+Green+Blue) = 184+86+39=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B85627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85627 is #47A9D8. Grayscale: #6E6E6E. Windows color (decimal): -4696537 or 2578104. OLE color: 2578104.

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

Color convert

RGB1848639-
CMYK00.530.790.28
HSL19.45º65.02%43.73%-
HSV(B)19.45º78.8%72.16%-
XYZ23.4616.993.96-
YUV109.9487.97180.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.55%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 39 (15.62% from 255) = 12.62%
R=59.55%
G=27.83%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184863900.530.790.2819.4565.0243.73
HexB856270354F1C13412c
Octal27012647065117342310154
Binary1011100010101101001110110101100111111100100111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85627; }

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

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

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

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

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

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

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

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