#B05A1E

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

Shades of Fiery Orange #B05A1E

Tints of Fiery Orange #B05A1E

Color information

#B05A1E (or 0xB05A1E) is unknown color: approx Fiery Orange. HEX triplet: B0, 5A and 1E. RGB value is (176,90,30). Sum of RGB (Red+Green+Blue) = 176+90+30=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A1E is #4FA5E1. Grayscale: #6D6D6D. Windows color (decimal): -5219810 or 1989296. OLE color: 1989296.

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

Color convert

RGB1769030-
CMYK00.490.830.31
HSL24.66º70.87%40.39%-
HSV(B)24.66º82.95%69.02%-
XYZ21.816.643.29-
YUV108.8783.49175.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.46%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 30 (12.11% from 255) = 10.14%
R=59.46%
G=30.41%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176903000.490.830.3124.6670.8740.39
HexB05A1E031531F194728
Octal26013236061123373110750
Binary101100001011010111100110001101001111111110011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A1E; }

 p { color: rgb(176,90,30); }

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

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

 a { background-color: rgb(176,90,30); }

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

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

 span { border-color: rgb(176,90,30); }

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