#B05822

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

Shades of Fiery Orange #B05822

Tints of Fiery Orange #B05822

Color information

#B05822 (or 0xB05822) is unknown color: approx Fiery Orange. HEX triplet: B0, 58 and 22. RGB value is (176,88,34). Sum of RGB (Red+Green+Blue) = 176+88+34=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B05822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05822 is #4FA7DD. Grayscale: #6C6C6C. Windows color (decimal): -5220318 or 2250928. OLE color: 2250928.

HSL color Cylindrical-coordinate representation of color #B05822: hue angle of 22.82º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B05822 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1768834-
CMYK00.500.810.31
HSL22.82º67.62%41.18%-
HSV(B)22.82º80.68%69.02%-
XYZ21.6816.333.52-
YUV108.1686.15176.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.06%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 34 (13.67% from 255) = 11.41%
R=59.06%
G=29.53%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176883400.500.810.3122.8267.6241.18
HexB05822032511F174429
Octal26013042062121372710451
Binary1011000010110001000100110010101000111111101111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05822; }

 p { color: rgb(176,88,34); }

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

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

 a { background-color: rgb(176,88,34); }

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

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

 span { border-color: rgb(176,88,34); }

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