#B85727

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

Shades of Fiery Orange #B85727

Tints of Fiery Orange #B85727

Color information

#B85727 (or 0xB85727) is unknown color: approx Fiery Orange. HEX triplet: B8, 57 and 27. RGB value is (184,87,39). Sum of RGB (Red+Green+Blue) = 184+87+39=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B85727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85727 is #47A8D8. Grayscale: #6E6E6E. Windows color (decimal): -4696281 or 2578360. OLE color: 2578360.

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

Color convert

RGB1848739-
CMYK00.530.790.28
HSL19.86º65.02%43.73%-
HSV(B)19.86º78.8%72.16%-
XYZ23.5417.153.99-
YUV110.5387.64180.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.35%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 39 (15.62% from 255) = 12.58%
R=59.35%
G=28.06%
B=12.58%

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
Decimal184873900.530.790.2819.8665.0243.73
HexB857270354F1C14412c
Octal27012747065117342410154
Binary1011100010101111001110110101100111111100101001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85727; }

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

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

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

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

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

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

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

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