#B95422

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

Shades of Fiery Orange #B95422

Tints of Fiery Orange #B95422

Color information

#B95422 (or 0xB95422) is unknown color: approx Fiery Orange. HEX triplet: B9, 54 and 22. RGB value is (185,84,34). Sum of RGB (Red+Green+Blue) = 185+84+34=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B95422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95422 is #46ABDD. Grayscale: #6C6C6C. Windows color (decimal): -4631518 or 2249913. OLE color: 2249913.

HSL color Cylindrical-coordinate representation of color #B95422: hue angle of 19.87º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B95422 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1858434-
CMYK00.550.820.27
HSL19.87º68.95%42.94%-
HSV(B)19.87º81.62%72.55%-
XYZ23.4716.773.51-
YUV108.585.96182.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.06%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 34 (13.67% from 255) = 11.22%
R=61.06%
G=27.72%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185843400.550.820.2719.8768.9542.94
HexB95422037521B14452b
Octal27112442067122332410553
Binary1011100110101001000100110111101001011011101001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95422; }

 p { color: rgb(185,84,34); }

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

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

 a { background-color: rgb(185,84,34); }

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

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

 span { border-color: rgb(185,84,34); }

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