#B05E1C

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

Shades of Fiery Orange #B05E1C

Tints of Fiery Orange #B05E1C

Color information

#B05E1C (or 0xB05E1C) is unknown color: approx Fiery Orange. HEX triplet: B0, 5E and 1C. RGB value is (176,94,28). Sum of RGB (Red+Green+Blue) = 176+94+28=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E1C is #4FA1E3. Grayscale: #6F6F6F. Windows color (decimal): -5218788 or 1859248. OLE color: 1859248.

HSL color Cylindrical-coordinate representation of color #B05E1C: hue angle of 26.76º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B05E1C is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB1769428-
CMYK00.470.840.31
HSL26.76º72.55%40%-
HSV(B)26.76º84.09%69.02%-
XYZ22.1217.323.28-
YUV110.9981.17174.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.06%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 28 (11.33% from 255) = 9.40%
R=59.06%
G=31.54%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176942800.470.840.3126.7672.5540
HexB05E1C02F541F1b4928
Octal26013634057124373311150
Binary101100001011110111000101111101010011111110111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05E1C; }

 p { color: rgb(176,94,28); }

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

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

 a { background-color: rgb(176,94,28); }

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

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

 span { border-color: rgb(176,94,28); }

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