#B05B22

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

Shades of Fiery Orange #B05B22

Tints of Fiery Orange #B05B22

Color information

#B05B22 (or 0xB05B22) is unknown color: approx Fiery Orange. HEX triplet: B0, 5B and 22. RGB value is (176,91,34). Sum of RGB (Red+Green+Blue) = 176+91+34=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05B22 is #4FA4DD. Grayscale: #6E6E6E. Windows color (decimal): -5219550 or 2251696. OLE color: 2251696.

HSL color Cylindrical-coordinate representation of color #B05B22: hue angle of 24.08º 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 #B05B22 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1769134-
CMYK00.480.810.31
HSL24.08º67.62%41.18%-
HSV(B)24.08º80.68%69.02%-
XYZ21.9316.833.61-
YUV109.9285.16175.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.47%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 34 (13.67% from 255) = 11.30%
R=58.47%
G=30.23%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176913400.480.810.3124.0867.6241.18
HexB05B22030511F184429
Octal26013342060121373010451
Binary1011000010110111000100110000101000111111110001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B22; }

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

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

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

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

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

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

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

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