#B85726

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

Shades of Fiery Orange #B85726

Tints of Fiery Orange #B85726

Color information

#B85726 (or 0xB85726) is unknown color: approx Fiery Orange. HEX triplet: B8, 57 and 26. RGB value is (184,87,38). Sum of RGB (Red+Green+Blue) = 184+87+38=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B85726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85726 is #47A8D9. Grayscale: #6E6E6E. Windows color (decimal): -4696282 or 2512824. OLE color: 2512824.

HSL color Cylindrical-coordinate representation of color #B85726: hue angle of 20.14º degrees, saturation: 0.66, 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 #B85726 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1848738-
CMYK00.530.790.28
HSL20.14º65.77%43.53%-
HSV(B)20.14º79.35%72.16%-
XYZ23.5317.153.9-
YUV110.4287.14180.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.55%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 38 (15.23% from 255) = 12.30%
R=59.55%
G=28.16%
B=12.30%

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
Decimal184873800.530.790.2820.1465.7743.53
HexB857260354F1C14422c
Octal27012746065117342410254
Binary1011100010101111001100110101100111111100101001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85726; }

 p { color: rgb(184,87,38); }

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

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

 a { background-color: rgb(184,87,38); }

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

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

 span { border-color: rgb(184,87,38); }

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