#b85718

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

Shades of Fiery Orange #B85718

Tints of Fiery Orange #B85718

Color information

#B85718 (or 0xB85718) is unknown color: approx Fiery Orange. HEX triplet: B8, 57 and 18. RGB value is (184,87,24). Sum of RGB (Red+Green+Blue) = 184+87+24=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B85718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85718 is #47A8E7. Grayscale: #6D6D6D. Windows color (decimal): -4696296 or 1595320. OLE color: 1595320.

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

Color convert

RGB1848724-
CMYK00.530.870.28
HSL23.62º76.92%40.78%-
HSV(B)23.62º86.96%72.16%-
XYZ23.3417.072.93-
YUV108.8280.14181.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.37%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 24 (9.77% from 255) = 8.14%
R=62.37%
G=29.49%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184872400.530.870.2823.6276.9240.78
HexB85718035571C184d29
Octal27012730065127343011551
Binary101110001010111110000110101101011111100110001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b85718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b85718; }

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

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

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

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

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

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

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

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