#B95331

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

Shades of Fiery Orange #B95331

Tints of Fiery Orange #B95331

Color information

#B95331 (or 0xB95331) is unknown color: approx Fiery Orange. HEX triplet: B9, 53 and 31. RGB value is (185,83,49). Sum of RGB (Red+Green+Blue) = 185+83+49=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B95331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95331 is #46ACCE. Grayscale: #6D6D6D. Windows color (decimal): -4631759 or 3232697. OLE color: 3232697.

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

Color convert

RGB1858349-
CMYK00.550.740.27
HSL15º58.12%45.88%-
HSV(B)15º73.51%72.55%-
XYZ23.6616.724.89-
YUV109.6293.79181.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.36%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 49 (19.53% from 255) = 15.46%
R=58.36%
G=26.18%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185834900.550.740.271558.1245.88
HexB953310374A1Bf3a2e
Octal2711236106711233177256
Binary10111001101001111000101101111001010110111111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95331; }

 p { color: rgb(185,83,49); }

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

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

 a { background-color: rgb(185,83,49); }

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

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

 span { border-color: rgb(185,83,49); }

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