#B95718

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

Shades of Fiery Orange #B95718

Tints of Fiery Orange #B95718

Color information

#B95718 (or 0xB95718) is unknown color: approx Fiery Orange. HEX triplet: B9, 57 and 18. RGB value is (185,87,24). Sum of RGB (Red+Green+Blue) = 185+87+24=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B95718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95718 is #46A8E7. Grayscale: #6D6D6D. Windows color (decimal): -4630760 or 1595321. OLE color: 1595321.

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

Color convert

RGB1858724-
CMYK00.530.870.27
HSL23.48º77.03%40.98%-
HSV(B)23.48º87.03%72.55%-
XYZ23.5817.22.94-
YUV109.1279.97182.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.5%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 24 (9.77% from 255) = 8.11%
R=62.5%
G=29.39%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185872400.530.870.2723.4877.0340.98
HexB95718035571B174d29
Octal27112730065127332711551
Binary101110011010111110000110101101011111011101111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95718; }

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

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

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

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

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

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

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

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