#B95B22

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

Shades of Fiery Orange #B95B22

Tints of Fiery Orange #B95B22

Color information

#B95B22 (or 0xB95B22) is unknown color: approx Fiery Orange. HEX triplet: B9, 5B and 22. RGB value is (185,91,34). Sum of RGB (Red+Green+Blue) = 185+91+34=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95B22 is #46A4DD. Grayscale: #707070. Windows color (decimal): -4629726 or 2251705. OLE color: 2251705.

HSL color Cylindrical-coordinate representation of color #B95B22: hue angle of 22.65º 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 #B95B22 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1859134-
CMYK00.510.820.27
HSL22.65º68.95%42.94%-
HSV(B)22.65º81.62%72.55%-
XYZ24.0417.913.7-
YUV112.6183.64179.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.68%
GREEN value IS 91 (35.94% from 255) = 29.35%
BLUE value IS 34 (13.67% from 255) = 10.97%
R=59.68%
G=29.35%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185913400.510.820.2722.6568.9542.94
HexB95B22033521B17452b
Octal27113342063122332710553
Binary1011100110110111000100110011101001011011101111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B22; }

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

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

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

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

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

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

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

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