#B05E30

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

Shades of Fiery Orange #B05E30

Tints of Fiery Orange #B05E30

Color information

#B05E30 (or 0xB05E30) is unknown color: approx Fiery Orange. HEX triplet: B0, 5E and 30. RGB value is (176,94,48). Sum of RGB (Red+Green+Blue) = 176+94+48=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E30 is #4FA1CF. Grayscale: #717171. Windows color (decimal): -5218768 or 3169968. OLE color: 3169968.

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

Color convert

RGB1769448-
CMYK00.470.730.31
HSL21.56º57.14%43.92%-
HSV(B)21.56º72.73%69.02%-
XYZ22.4417.454.98-
YUV113.2791.17172.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 48 (19.14% from 255) = 15.09%
R=55.35%
G=29.56%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176944800.470.730.3121.5657.1443.92
HexB05E3002F491F16392c
Octal2601366005711137267154
Binary101100001011110110000010111110010011111110110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05E30; }

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

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

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

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

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

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

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

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